summaryrefslogtreecommitdiffstats
path: root/Doc/templates
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1999-05-17 16:02:38 (GMT)
committerFred Drake <fdrake@acm.org>1999-05-17 16:02:38 (GMT)
commit4f52867d95b3454e755cc769a73430434af81a3c (patch)
tree197b06ddc1e1643bd2fe57c9efcf354cfcbb3138 /Doc/templates
parent87f768e20bc1780126f5736863eb7766845b8677 (diff)
downloadcpython-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.tex19
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.