my blog lives here now
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

6 lines
271 B

\node (a) at (-1, 0) {a};
\node (b) at (1, 0) {b};
\draw[->] (a) to[out=30,in=150] node[midway] (f) {f} (b);
\draw[->] (a) to[out=-30,in=-150] node[midway,below] (g) {g} (b);
\draw[double,->] ([yshift=-2pt]f.south) -- node[midway,right] {$\alpha$} ([yshift=2pt]g.north);