From: Fred Drake Date: Thu, 12 Feb 1998 03:16:04 +0000 (+0000) Subject: Use new \authoraddress{}; author's name and address are now separate. X-Git-Tag: v1.5.1~796 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8a72a7e3440f71bcc78002db7067178d149758c3;p=python Use new \authoraddress{}; author's name and address are now separate. Use new \release{}; this is now separate from \date{}. Use \email{} instead of \code{} for email addresses. --- diff --git a/Doc/boilerplate.tex b/Doc/boilerplate.tex index 10acf8d21a..c67bdb8918 100644 --- a/Doc/boilerplate.tex +++ b/Doc/boilerplate.tex @@ -1,8 +1,10 @@ -\author{ - Guido van Rossum \\ +\author{Guido van Rossum} + +\authoraddress{ Corporation for National Research Initiatives (CNRI) \\ 1895 Preston White Drive, Reston, Va 20191, USA \\ - E-mail: \code{guido@CNRI.Reston.Va.US}, \code{guido@python.org} + E-mail: \email{guido@CNRI.Reston.Va.US}, \email{guido@python.org} } -\date{December 31, 1997 \\ Release 1.5} % XXX update before release! +\date{December 31, 1997} % XXX update before release! +\release{1.5} diff --git a/Doc/texinputs/boilerplate.tex b/Doc/texinputs/boilerplate.tex index 10acf8d21a..c67bdb8918 100644 --- a/Doc/texinputs/boilerplate.tex +++ b/Doc/texinputs/boilerplate.tex @@ -1,8 +1,10 @@ -\author{ - Guido van Rossum \\ +\author{Guido van Rossum} + +\authoraddress{ Corporation for National Research Initiatives (CNRI) \\ 1895 Preston White Drive, Reston, Va 20191, USA \\ - E-mail: \code{guido@CNRI.Reston.Va.US}, \code{guido@python.org} + E-mail: \email{guido@CNRI.Reston.Va.US}, \email{guido@python.org} } -\date{December 31, 1997 \\ Release 1.5} % XXX update before release! +\date{December 31, 1997} % XXX update before release! +\release{1.5}