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.

29 lines
954 B

2 years ago
  1. \node (a) at (-2.5, 2.5) {a};
  2. \node (b) at (2.5, 2.5) {b};
  3. \node (c) at (-2.5, -2.5) {c};
  4. \node (d) at (2.5, -2.5) {d};
  5. \node (w) at (-1, 1) {w};
  6. \node (x) at (1, 1) {x};
  7. \node (y) at (-1, -1) {y};
  8. \node (z) at (1, -1) {z};
  9. \draw[->] (a) -- node[midway] {f} (b);
  10. \draw[->] (b) -- node[midway,right] {q} (d);
  11. \draw[->] (a) -- node[midway,left] {p} (c);
  12. \draw[->] (c) -- node[midway,below] {g} (d);
  13. \draw[->] (w) -- node[midway,below] {h} (x);
  14. \draw[->] (x) -- node[midway,left] {j} (z);
  15. \draw[->] (y) -- node[midway,above] {k} (z);
  16. \draw[->] (w) -- node[midway,right] {l} (y);
  17. \draw[->] (a) -- node[midway] {$\upsilon$} (w);
  18. \draw[->] (b) -- node[midway] {$\phi$} (x);
  19. \draw[->] (c) -- node[midway] {$\chi$} (y);
  20. \draw[->] (d) -- node[midway] {$\psi$} (z);
  21. \node (wxyz) at (0, 0) {$\kappa$};
  22. \node (awyc) at (-1.8, 0) {$\lambda$};
  23. \node (awxb) at (0, 1.8) {$\mu$};
  24. \node (bxzd) at (1.8, 0) {$\nu$};
  25. \node (cyzd) at (0, -1.8) {$\xi$};