Struktogramme mit LaTeX

Aus Augenbit

Das folgende Struktorgramm sieht im Quelltext aus wie folgt:

\begin{struktogramm}(100,50)
 \while{for i := n down to 2}
	\while{for j := 2 up to i}
		\ifthenelse[15]{2}{2}{$(A[j-1] \geq A[j]$}{yes}{no}
			\assign{täusche \(A[j-1]\) mit \(A[j]\)}
			\change
		\ifend
	\assign{\mbox{}\hfil print (A)}
	\whileend
 \whileend
\end{struktogramm}