diff options
author | Fred Drake <fdrake@acm.org> | 1998-05-14 20:56:31 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-05-14 20:56:31 (GMT) |
commit | 6df93ef9dd3e2032f5e625146b8fb336d6cdd1f5 (patch) | |
tree | ba5fec8af2344ca8154626f8ff808dfdc3bd799b /Doc/texinputs | |
parent | df825a10fc66a0d037c5494b90f3b2bb33522d29 (diff) | |
download | cpython-6df93ef9dd3e2032f5e625146b8fb336d6cdd1f5.zip cpython-6df93ef9dd3e2032f5e625146b8fb336d6cdd1f5.tar.gz cpython-6df93ef9dd3e2032f5e625146b8fb336d6cdd1f5.tar.bz2 |
Added definitions for \developer, \developers, \developersaddress.
Ask Guido if you really want to know why. ;-)
Diffstat (limited to 'Doc/texinputs')
-rw-r--r-- | Doc/texinputs/python.sty | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/texinputs/python.sty b/Doc/texinputs/python.sty index 93e7a50..d28dd4c 100644 --- a/Doc/texinputs/python.sty +++ b/Doc/texinputs/python.sty @@ -687,6 +687,9 @@ % \newcommand{\py@authoraddress}{} \newcommand{\authoraddress}[1]{\renewcommand{\py@authoraddress}{#1}} +\let\developersaddress=\authoraddress +\let\developer=\author +\let\developers=\author % This sets up the fancy chapter headings that make the documents look % at least a little better than the usual LaTeX output. |