summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/algorithm2e/doc/algorithm2e_exrepeat.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/algorithm2e/doc/algorithm2e_exrepeat.tex')
-rw-r--r--macros/latex/contrib/algorithm2e/doc/algorithm2e_exrepeat.tex6
1 files changed, 6 insertions, 0 deletions
diff --git a/macros/latex/contrib/algorithm2e/doc/algorithm2e_exrepeat.tex b/macros/latex/contrib/algorithm2e/doc/algorithm2e_exrepeat.tex
new file mode 100644
index 0000000000..895eeedbc5
--- /dev/null
+++ b/macros/latex/contrib/algorithm2e/doc/algorithm2e_exrepeat.tex
@@ -0,0 +1,6 @@
+\Repeat{this stop condition}{
+ the text of the loop\;
+ another line\;
+ always in the loop\;
+ }
+\lRepeat{stop}{a one line loop}