From 6df93ef9dd3e2032f5e625146b8fb336d6cdd1f5 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Thu, 14 May 1998 20:56:31 +0000 Subject: Added definitions for \developer, \developers, \developersaddress. Ask Guido if you really want to know why. ;-) --- Doc/texinputs/python.sty | 3 +++ 1 file changed, 3 insertions(+) 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. -- cgit v0.12