approachRuleSeq.tex 614 B

123456789101112131415
  1. \definecolor{mygreen}{HTML}{129d1c}
  2. \begin{tikzpicture}[>=latex, node distance=1cm, on grid, auto]
  3. \node (S1) [draw, regular polygon, regular polygon sides=3, minimum
  4. size=1cm, shape border rotate=180, color=mygreen] {}; %{;};
  5. \path (S1.west)+(-0.5,-1) node (A2) [circle, minimum size=0.5mm] {};
  6. \path (S1.east)+(0.5,-1) node (S2) [draw, rectangle, minimum size=0.5mm, color=mygreen] {};
  7. \path[-,color=mygreen] (A2) edge (S1);
  8. \path[-,color=mygreen] (S1) edge (S2);
  9. \path (S1.west)+(-1,-0.25) node (arrow) [minimum size=0.5cm] {$\longrightarrow$};
  10. \path (arrow.west)+(-0.5,0) node (seq) {;};
  11. \end{tikzpicture}