summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/struktex/struktex-test-1.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/struktex/struktex-test-1.tex')
-rw-r--r--Master/texmf-dist/doc/latex/struktex/struktex-test-1.tex46
1 files changed, 46 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/struktex/struktex-test-1.tex b/Master/texmf-dist/doc/latex/struktex/struktex-test-1.tex
new file mode 100644
index 00000000000..6473d80cca5
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/struktex/struktex-test-1.tex
@@ -0,0 +1,46 @@
+%%
+%% This is file `struktex-test-1.tex',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% struktex.dtx (with options: `example2')
+%%
+\documentclass{article}
+\usepackage{struktex}
+
+\begin{document}
+
+\begin{struktogramm}(90,137)
+ \assign%
+ {
+ \begin{declaration}[]
+ \description{\(a, b, c\)}{three variables which are to be sorted}
+ \description{\(tmp\)}{temporary variable for the circular swap}
+ \end{declaration}
+ }
+ \ifthenelse{1}{2}{\(a\le c\)}{j}{n}
+ \change
+ \assign{\(tmp\gets a\)}
+ \assign{\(a\gets c\)}
+ \assign{\(c\gets tmp\)}
+ \ifend
+ \ifthenelse{2}{1}{\(a\le b\)}{j}{n}
+ \ifthenelse{1}{1}{\(b\le c\)}{j}{n}
+ \change
+ \assign{\(tmp\gets c\)}
+ \assign{\(c\gets b\)}
+ \assign{\(b\gets tmp\)}
+ \ifend
+ \change
+ \assign{\(tmp\gets a\)}
+ \assign{\(a\gets b\)}
+ \assign{\(b\gets tmp\)}
+ \ifend
+\end{struktogramm}
+
+\end{document}
+%%
+%%
+%%
+%% End of file `struktex-test-1.tex'.