summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/algorithm2e/doc/algorithm2e_ex01.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/algorithm2e/doc/algorithm2e_ex01.tex')
-rw-r--r--macros/latex/contrib/algorithm2e/doc/algorithm2e_ex01.tex8
1 files changed, 8 insertions, 0 deletions
diff --git a/macros/latex/contrib/algorithm2e/doc/algorithm2e_ex01.tex b/macros/latex/contrib/algorithm2e/doc/algorithm2e_ex01.tex
new file mode 100644
index 0000000000..083de70a63
--- /dev/null
+++ b/macros/latex/contrib/algorithm2e/doc/algorithm2e_ex01.tex
@@ -0,0 +1,8 @@
+\SetAlgoVlined
+\eIf{cond1}{
+ a line\;
+ a line\;
+}{
+ another line\;
+ another line\;
+}