blob: a2f4ea13e175d108e2247351aab63e7c879819b2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
\begin{tikzpicture}[codeblocks,openroberta]
\wenndann{\tikz\node[mathe,keinezacken]{A==B};}{
\node[aktion] (two) {mache das };
\node[mathe, unter={two}{0}{0}] (three) {und das };}
{one}
\node[mathe,unter={one}{0}{0}] (four) {später das }; % TODO: Ungenau. Warum nicht -1?
\node[kontrolle,unter={four}{0}{0}] (five) {und danach das };
\begin{pgfonlayer}{background}
\node[logik, fit=(one) (two) (three)] {};
\end{pgfonlayer}
\end{tikzpicture}
|