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.

10 lines
345 B

  1. \node (atop) at (-1, 0.5) {a};
  2. \node (abot) at (-1, -0.5) {a};
  3. \node (btop) at (1, 0.5) {b};
  4. \node (bbot) at (1, -0.5) {b};
  5. \draw[->] (atop) to[out=30,in=150] node[midway] (f) {f} (btop);
  6. \draw[->] (atop) -- (abot);
  7. \draw[->] (abot) to[out=-30,in=-150] node[midway,below] (g) {g} (bbot);
  8. \draw[->] (btop) -- (bbot);
  9. \node at (0, 0) {$\alpha$};