]> granicus.if.org Git - python/commitdiff
Added {definitions} environment, which has \term to define indivual terms.
authorFred Drake <fdrake@acm.org>
Wed, 20 May 1998 17:42:17 +0000 (17:42 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 20 May 1998 17:42:17 +0000 (17:42 +0000)
Similar to {description}.

Doc/texinputs/python.sty

index d28dd4c929d49cecd00f2b30a12d6a0789b3d585..bfbffbef92ac688128f2f3ea655a167b3db46390 100644 (file)
   }
 }
 
+
+% 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}