diff options
author | Fred Drake <fdrake@acm.org> | 1999-05-17 16:02:38 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-05-17 16:02:38 (GMT) |
commit | 4f52867d95b3454e755cc769a73430434af81a3c (patch) | |
tree | 197b06ddc1e1643bd2fe57c9efcf354cfcbb3138 /Doc/templates | |
parent | 87f768e20bc1780126f5736863eb7766845b8677 (diff) | |
download | cpython-4f52867d95b3454e755cc769a73430434af81a3c.zip cpython-4f52867d95b3454e755cc769a73430434af81a3c.tar.gz cpython-4f52867d95b3454e755cc769a73430434af81a3c.tar.bz2 |
Don't \input boilerplate.tex, fill in the real stuff. 3rd party
documents probably aren't written by Guido. ;-)
Diffstat (limited to 'Doc/templates')
-rw-r--r-- | Doc/templates/manual.tex | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/Doc/templates/manual.tex b/Doc/templates/manual.tex index 905871d..a8c8ec2 100644 --- a/Doc/templates/manual.tex +++ b/Doc/templates/manual.tex @@ -2,7 +2,24 @@ \title{Big Python Manual} -\input{boilerplate} +\author{Your Name Here} + +% Please at least include a long-lived email address; +% the rest is at your discretion. +\authoraddress{ + Organization name, if applicable \\ + Street address, if you want to use it \\ + E-mail: \email{your-email@your.domain} +} + +\date{April 30, 1999} % update before release! + % Use an explicit date so that reformatting + % doesn't cause a new date to be used. Setting + % the date to \today can be used during draft + % stages to make it easier to handle versions. + +\release{x.y} % release version; this is used to define the + % \version macro \makeindex % tell \index to actually write the .idx file \makemodindex % If this contains a lot of module sections. |