diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/tikzcodeblocks/examples/bsp-verschachtelt-zacken.tikz')
-rw-r--r-- | Master/texmf-dist/doc/latex/tikzcodeblocks/examples/bsp-verschachtelt-zacken.tikz | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/tikzcodeblocks/examples/bsp-verschachtelt-zacken.tikz b/Master/texmf-dist/doc/latex/tikzcodeblocks/examples/bsp-verschachtelt-zacken.tikz new file mode 100644 index 00000000000..3f80434de51 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tikzcodeblocks/examples/bsp-verschachtelt-zacken.tikz @@ -0,0 +1,8 @@ +\begin{tikzpicture}[codeblocks,minimum width=1.2cm] +\einruecken{\node[kontrolle](eins){A\\ B}; + \einruecken{\node[logik,unter={eins}{1}{0}](zwei){C\\ D}; + \einruecken{\node[mathe,unter={zwei}{1}{0}](drei){E\\ F};} + \node[aktion,unter={drei}{1}{0}](vier){G\\ H}; + } +} +\end{tikzpicture}
\ No newline at end of file |