summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/algorithm2e/algorithm2e_exswitch.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/algorithm2e/algorithm2e_exswitch.tex')
-rw-r--r--Master/texmf-dist/doc/latex/algorithm2e/algorithm2e_exswitch.tex15
1 files changed, 15 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/algorithm2e/algorithm2e_exswitch.tex b/Master/texmf-dist/doc/latex/algorithm2e/algorithm2e_exswitch.tex
new file mode 100644
index 00000000000..c40b26c46fa
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/algorithm2e/algorithm2e_exswitch.tex
@@ -0,0 +1,15 @@
+\Switch{the value of T}{
+ \uCase{a value}{
+ do this\;
+ do that\;
+ }
+ \lCase{another value}{one line}\;
+ \Case{last value}{
+ do this\;
+ break\;
+ }
+ \Other{
+ for the other values\;
+ do that\;
+ }
+}