diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/tikzcodeblocks/examples/bsp-openroberta-umgebung.tikz')
-rw-r--r-- | Master/texmf-dist/doc/latex/tikzcodeblocks/examples/bsp-openroberta-umgebung.tikz | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/tikzcodeblocks/examples/bsp-openroberta-umgebung.tikz b/Master/texmf-dist/doc/latex/tikzcodeblocks/examples/bsp-openroberta-umgebung.tikz new file mode 100644 index 00000000000..a2f4ea13e17 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tikzcodeblocks/examples/bsp-openroberta-umgebung.tikz @@ -0,0 +1,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}
\ No newline at end of file |