I want to draw lines with double arrowheads which continously following each other (e.g. torque in mechanics)
Now I draw two following lines which complete each other like
\draw[] (0,0) edge[-triangle 45] (0.8,0) edge[-triangle 45] (1,0);

Is there an easier way to do this? AFAIK there are no default double axial arrowheads in tikz. So I want to avoid to adjust coordinates of both lines to make arrowheads continous.

\pgfarrowsdeclaredouble[⟨offset⟩]{⟨start name⟩}{⟨end name⟩}{⟨old start name⟩}{⟨old end name⟩} This command is a shortcut for combining an arrow kind with itself.– hpekristiansen Sep 23 '13 at 13:28