Commit 3bf7865a authored by Fred Drake's avatar Fred Drake

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

Similar to {description}.
parent 6c3a2cbc
......@@ -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}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment