diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/tikzcodeblocks/bsp-english.tikz')
-rw-r--r-- | Master/texmf-dist/doc/latex/tikzcodeblocks/bsp-english.tikz | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/tikzcodeblocks/bsp-english.tikz b/Master/texmf-dist/doc/latex/tikzcodeblocks/bsp-english.tikz new file mode 100644 index 00000000000..c6222274f89 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tikzcodeblocks/bsp-english.tikz @@ -0,0 +1,10 @@ +\begin{otherlanguage}{english} +\begin{tikzpicture}[codeblocks] +\moveindent{ + \node[start,pinlow](one){start}; + } + \ifthenelseblocks[under={one}{1}{0}]{A=B}{\node{A++};}{\node{B-{}-};}{two} + \loopblocks[under={two}{0}{0}]{for}{A!=B}{\node{A-{}-};}{three} + \node[under={three}{0}{0},aktion,pinhigh]{\intbox{3}+\intbox[puzzlepiece]{5}}; +\end{tikzpicture} +\end{otherlanguage}
\ No newline at end of file |