summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/eplain/base/test/emergncy.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/eplain/base/test/emergncy.tex')
-rw-r--r--Master/texmf-dist/source/eplain/base/test/emergncy.tex19
1 files changed, 19 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/eplain/base/test/emergncy.tex b/Master/texmf-dist/source/eplain/base/test/emergncy.tex
new file mode 100644
index 00000000000..de1eeaefe6f
--- /dev/null
+++ b/Master/texmf-dist/source/eplain/base/test/emergncy.tex
@@ -0,0 +1,19 @@
+% This file is public domain.
+%
+%\ifx\undefined\eplain \input eplain \fi
+
+\hsize = 32pc
+\emergencystretch = 8pc
+%\tolerance = 10000
+
+\def\code#1{{\tt #1}}
+\def\\{{\tt \char92}}
+
+You can make a new numbered theorem-like environment with
+\code{\\definenumberedtheorem}. This macro takes one argument, the name
+of the environment. The first letter of the name will be capitalized
+when it is typeset. Analogously, you can use
+\code{\\defineunnumberedtheorem} to make a new unnumbered theorem-like
+environment. These commands can only be used before \code{\\body}.
+
+\end