mirror of https://github.com/python/cpython
Added {definitions} environment, which has \term to define indivual terms.
Similar to {description}.
This commit is contained in:
parent
6c3a2cbc52
commit
3bf7865a20
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue