Added {definitions} environment, which has \term to define indivual terms.

Similar to {description}.
This commit is contained in:
Fred Drake 1998-05-20 17:42:17 +00:00
parent 6c3a2cbc52
commit 3bf7865a20
1 changed files with 11 additions and 0 deletions

View File

@ -710,5 +710,16 @@
}
}
% Definition lists; requested by AMK for HOWTO documents. Probably useful
% elsewhere as well, so keep in in the general style support.
%
\newenvironment{definitions}{%
\begin{description}%
\def\term##1{\item[##1]\itembreak}
}{%
\end{description}%
}
% Tell TeX about pathological hyphenation cases:
\hyphenation{Base-HTTP-Re-quest-Hand-ler}