summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/eplain/base/test/emergncy.tex
blob: de1eeaefe6f2ff9d37e230a881d28ce3b11a564c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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