Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c3a2cb commit 3bf7865Copy full SHA for 3bf7865
1 file changed
Doc/texinputs/python.sty
@@ -710,5 +710,16 @@
710
}
711
712
713
+
714
+% Definition lists; requested by AMK for HOWTO documents. Probably useful
715
+% elsewhere as well, so keep in in the general style support.
716
+%
717
+\newenvironment{definitions}{%
718
+ \begin{description}%
719
+ \def\term##1{\item[##1]\itembreak}
720
+}{%
721
+ \end{description}%
722
+}
723
724
% Tell TeX about pathological hyphenation cases:
725
\hyphenation{Base-HTTP-Re-quest-Hand-ler}
0 commit comments