
How could I draw something like this in tikz ? Thanks
\documentclass{article}
\usepackage{tikz}
\usetikzlibrary{arrows}
\newcommand{\midarrow}{\tikz \draw[-triangle 90] (0,0) -- +(.1,0);}
\begin{document}
\begin{tikzpicture}
\begin{scope}[very thick, every node/.style={sloped,allow upside down}]
\draw (0,0)-- node {\midarrow} (2,0);
\draw (2,0)-- node {\midarrow} (2,2);
\draw (2,0)-- node {\midarrow} (4,0);
\draw (4,2)-- node {\midarrow} (4,0);
\draw (4,0)-- node {\midarrow} (6,0);
\draw (4,0)-- node {\midarrow} (4,-2);
\draw (4,-2)-- node {\midarrow} (6,-2);
\draw (4,-2)-- node {\midarrow} (4,-4);
\end{scope}
\end{tikzpicture}
\end{document}
But how do I add the $\alpha$ and $\beta$ and arrow labels?

\documentclass{}...\begin{document}etc. As it is, most of our users will be very reluctant to touch your question, and you are left to the mercy of our procrastination team who are very few in number and very picky about selecting questions. You can improve your question by adding a minimal working example (MWE) that more users can copy/paste onto their systems to work on. If no hero takes the challenge we might have to close your question. – cfr Aug 10 '14 at 20:55petrilibrary fortikzis helpful? There is a section explaining how to use it in the manual. – cfr Aug 10 '14 at 20:56\draw[->](0,0)--(1,0);will draw an error between these coordinates. If you try and flesh this out a little people will help you. – Aug 10 '14 at 21:12