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.

14 lines
829 B

2 years ago
  1. \begin{scope}[node distance=0.75cm]
  2. \node (Stk0) [draw, shape=rectangle, minimum width=1.5cm, minimum height=0.75cm, anchor=center]
  3. at (-2.75, 0) {shift};
  4. \node (Stk1) [draw, shape=rectangle, minimum width=1.5cm, minimum height=0.75cm, anchor=center]
  5. at (-2.75, -0.75) {foo};
  6. \node (Stk2) [draw, shape=rectangle, minimum width=1.5cm, minimum height=0.75cm, anchor=center]
  7. at (-2.75, -1.5) {bar};
  8. \node (Stk3) [draw, shape=rectangle, minimum width=1.5cm, minimum height=0.75cm, anchor=center]
  9. at (-2.75, -2.25) {reset};
  10. \node (Stk3) [draw, shape=rectangle, minimum width=1.5cm, minimum height=0.75cm, anchor=center]
  11. at (-2.75, -3) {baz};
  12. \draw [red, very thick, dashed] (-3.6, -2.625) -- (-1.89, -2.625) -- (-1.89, 0.375) -- (-3.6, 0.375) -- cycle;
  13. \draw [arrows={Latex}-] (-4, 0.375) -- (-4, -3.375);
  14. \end{scope}