From: Fred Drake Date: Thu, 14 May 1998 20:56:31 +0000 (+0000) Subject: Added definitions for \developer, \developers, \developersaddress. X-Git-Tag: v1.5.2a1~632 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6df93ef9dd3e2032f5e625146b8fb336d6cdd1f5;p=python Added definitions for \developer, \developers, \developersaddress. Ask Guido if you really want to know why. ;-) --- diff --git a/Doc/texinputs/python.sty b/Doc/texinputs/python.sty index 93e7a50fe5..d28dd4c929 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.