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.

38 lines
1.2 KiB

6 years ago
  1. \begin{scope}[node distance=0.75cm]
  2. \node (DoDo4) [inner xsep=0.01cm, inner ysep=0.03cm] at (0, 0) {@};
  3. \node (TimesAp)
  4. [xshift=0.25cm, inner xsep=0.01cm, inner ysep=0.03cm, below of=DoDo4, left of=DoDo4]
  5. {@};
  6. \node (Times)
  7. [xshift=0.25cm, inner xsep=0.01cm, inner ysep=0.03cm, below of=TimesAp, left of=TimesAp]
  8. {$+$};
  9. \node (Times44)
  10. [xshift=-0.5cm, inner xsep=0.01cm, inner ysep=0.03cm, below of=DoDo4, right of=DoDo4, yshift=-0.5cm, color=blue]
  11. {@};
  12. \node (4)
  13. [xshift=-0.25cm, inner xsep=0.01cm, inner ysep=0.03cm, below of=Times44, right of=Times44, yshift=-0.75cm, color=blue]
  14. {4};
  15. \node (Times4)
  16. [xshift=0.25cm, inner xsep=0.04cm, inner ysep=0.05cm, below of=Times44, left of=Times44, xshift=2, color=blue]
  17. {@};
  18. \node (Times2)
  19. [xshift=0.25cm, inner xsep=0.01cm, inner ysep=0.03cm, below of=Times4, left of=Times4, color=blue]
  20. {$+$};
  21. \draw[->] (DoDo4) to (TimesAp);
  22. \draw[->] (TimesAp) to (Times);
  23. \draw[->] (TimesAp) to (Times44);
  24. \draw[->] (DoDo4) to (Times44);
  25. \draw[->,color=blue,dashed] (Times44) to (Times4);
  26. \draw[->,color=blue,dashed] (Times4) to (Times2);
  27. \draw[->,color=blue,dashed] (Times4) |- (4);
  28. \draw[->,color=blue,dashed] (Times44) to (4);
  29. \end{scope}