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.
This commit is contained in:
Fred Drake 1998-02-12 03:16:04 +00:00
parent 71c1ef34bf
commit 8a72a7e344
2 changed files with 12 additions and 8 deletions

View 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}

View 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}