]> granicus.if.org Git - python/commitdiff
Use new \authoraddress{}; author's name and address are now separate.
authorFred Drake <fdrake@acm.org>
Thu, 12 Feb 1998 03:16:04 +0000 (03:16 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 12 Feb 1998 03:16:04 +0000 (03:16 +0000)
Use new \release{}; this is now separate from \date{}.

Use \email{} instead of \code{} for email addresses.

Doc/boilerplate.tex
Doc/texinputs/boilerplate.tex

index 10acf8d21a2a6c9cce8b848fbe4b196596ebc978..c67bdb8918c97dbbe975fd845e6670c4995aee42 100644 (file)
@@ -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}
index 10acf8d21a2a6c9cce8b848fbe4b196596ebc978..c67bdb8918c97dbbe975fd845e6670c4995aee42 100644 (file)
@@ -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}