diff options
author | Fred Drake <fdrake@acm.org> | 1998-04-01 22:20:14 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-04-01 22:20:14 (GMT) |
commit | 454a4fb018257cf5e8c72486cf62e3f4ee523e8a (patch) | |
tree | e0b9547f61ed58289bda2d39ebb24f6ee53e421b | |
parent | 92166d9a75ce034ae86cff746207e401e5065976 (diff) | |
download | cpython-454a4fb018257cf5e8c72486cf62e3f4ee523e8a.zip cpython-454a4fb018257cf5e8c72486cf62e3f4ee523e8a.tar.gz cpython-454a4fb018257cf5e8c72486cf62e3f4ee523e8a.tar.bz2 |
Added some comments.
-rw-r--r-- | Doc/texinputs/python.sty | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Doc/texinputs/python.sty b/Doc/texinputs/python.sty index 9c26208..7eef0a7 100644 --- a/Doc/texinputs/python.sty +++ b/Doc/texinputs/python.sty @@ -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>) % @@ -526,6 +532,7 @@ } \let\url=\pythonurl \newcommand{\email}[1]{{\small\textsf{#1}}} +\newcommand{\newsgroup}[1]{{\small\textsf{#1}}} \newcommand{\varvars}[1]{{\def\,{\/{\char`\,}}\var{#1}}} |