mirror of https://github.com/python/cpython
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:
parent
71c1ef34bf
commit
8a72a7e344
|
@ -1,8 +1,10 @@
|
||||||
\author{
|
\author{Guido van Rossum}
|
||||||
Guido van Rossum \\
|
|
||||||
|
\authoraddress{
|
||||||
Corporation for National Research Initiatives (CNRI) \\
|
Corporation for National Research Initiatives (CNRI) \\
|
||||||
1895 Preston White Drive, Reston, Va 20191, USA \\
|
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}
|
||||||
|
|
|
@ -1,8 +1,10 @@
|
||||||
\author{
|
\author{Guido van Rossum}
|
||||||
Guido van Rossum \\
|
|
||||||
|
\authoraddress{
|
||||||
Corporation for National Research Initiatives (CNRI) \\
|
Corporation for National Research Initiatives (CNRI) \\
|
||||||
1895 Preston White Drive, Reston, Va 20191, USA \\
|
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}
|
||||||
|
|
Loading…
Reference in New Issue