summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/algorithm2e/algorithm2e_exrepeat.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/algorithm2e/algorithm2e_exrepeat.tex')
-rw-r--r--Master/texmf-dist/doc/latex/algorithm2e/algorithm2e_exrepeat.tex6
1 files changed, 6 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/algorithm2e/algorithm2e_exrepeat.tex b/Master/texmf-dist/doc/latex/algorithm2e/algorithm2e_exrepeat.tex
new file mode 100644
index 00000000000..895eeedbc52
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/algorithm2e/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}