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.

16 lines
638 B

  1. \node (point) at (0, 0) {$\color{red}{\bullet}$};
  2. \node (line0) at (2, 1) {$\color{blue}{\bullet}_0$};
  3. \node (line1) at (2, -1) {$\color{red}{\bullet}_1$};
  4. \draw (line0) -- (line1) node[midway] (linemid) {};
  5. ;
  6. \draw[->] (point) to[out=-70,in=180] node[midway] (a) {$\delta^1$} (line1);
  7. \node (sq00) at (4, -1) {$\color{red}\bullet_{01}$};
  8. \node (sq01) at (4, 1) {$\color{blue}{\bullet}_{00}$};
  9. \node (sq10) at (6, -1) {$\bullet_{11}$};
  10. \node (sq11) at (6, 1) {$\bullet_{10}$};
  11. \draw (sq00) -- node[midway] (linemid_img) {} (sq01) -- (sq11) -- (sq10) -- (sq00);
  12. \draw[->] (linemid) -- node[midway] (b) {$\delta^0_0$} (linemid_img);