I was trying to edit a diagram and add a dimension line , as you see in the attached image,but I could not reach the arrows appropriate to draw the same arrow, if it's possible to do that in Latex , I have no Idea how to, could someone help me ? I am reading these links : here and here but still I don't get it how I can draw a straight line and ...
I have tried for the code so far I can not draw the arrow with two heads, it appears only one head in one end of the middle like beside which you see the letter f , I still don't know how to write the letter beside the line:
\documentclass[11pt,a4paper,twoside,openright]{report}
\usepackage{tikz}
\usetikzlibrary{calc,intersections,through,backgrounds}
\begin{document}
\begin{tikzpicture}[--, thick]
\draw (-10,0) -- (-9,1);
\draw (-9,1) -- (-7.5,1);
\draw (-7.5,1) -- (-6.5,0);
\draw (-6.5,0) -- (-5.5,-1);
\draw (-5.5,-1)-- (-4,-1);
\draw (-4,-1)-- (-3,0);
%dimensions
\draw [|<->|] (-8.25,0) -- (-8.25,1);
\draw [|<->|] (-10,-0.5) -- (-6.5,-0.5);
\begin{scope}[dash pattern=on 2pt off 3pt on 4pt off 4pt];
\draw[dashed] (-6.5pt,0pt) -- (-6.5pt,-1pt);
\end{scope}
\begin{scope}[ultra thick]
\draw [->] (-10.5,0) -- (-1.5,0);
\draw [->] (-10,-1.5) -- (-10,1.5);
\end{scope}
\end{tikzpicture}
\end{document}


\draw[<->, >=triangle 60](0,0)--(0,2);– touhami Apr 05 '15 at 15:03arrows.meta, for example. Every task is different, of course. But, the point is: it is your task. Not ours. Don't expect this site to do everything for you. – cfr Apr 05 '15 at 17:58