]> granicus.if.org Git - python/commitdiff
Added some comments.
authorFred Drake <fdrake@acm.org>
Wed, 1 Apr 1998 22:20:14 +0000 (22:20 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 1 Apr 1998 22:20:14 +0000 (22:20 +0000)
Doc/texinputs/python.sty

index 9c262083e622c08a0aacc0cddf2b60cc9ff3837e..7eef0a7048e4774ab57e605a8cd49de39060b0bf 100644 (file)
@@ -6,6 +6,12 @@
 \ProvidesPackage{python}
              [1998/01/11 LaTeX package (Python markup)]
 
+% These packages can be used to add marginal annotations which indicate
+% index entries and labels; useful for reviewing this messy documentation!
+%
+%\RequirePackage{showkeys}
+%\RequirePackage{showidx}
+
 % for PDF output, use maximal compression & a lot of other stuff
 % (test for PDF recommended by Tanmoy Bhattacharya <tanmoy@qcd.lanl.gov>)
 %
 }
 \let\url=\pythonurl
 \newcommand{\email}[1]{{\small\textsf{#1}}}
+\newcommand{\newsgroup}[1]{{\small\textsf{#1}}}
 
 \newcommand{\varvars}[1]{{\def\,{\/{\char`\,}}\var{#1}}}