mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
Added {definitions} environment, which has \term to define indivual terms.
Similar to {description}.
This commit is contained in:
parent
6c3a2cbc52
commit
3bf7865a20
1 changed files with 11 additions and 0 deletions
|
|
@ -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:
|
% Tell TeX about pathological hyphenation cases:
|
||||||
\hyphenation{Base-HTTP-Re-quest-Hand-ler}
|
\hyphenation{Base-HTTP-Re-quest-Hand-ler}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue