summaryrefslogtreecommitdiff
path: root/Doc/templates
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1999-05-17 16:02:38 +0000
committerFred Drake <fdrake@acm.org>1999-05-17 16:02:38 +0000
commitd158888d05e3c7e8d760412cc7281c1474d9219e (patch)
treea2bc663c3c3bd6e5b634074e7e3d57b373564f42 /Doc/templates
parent9bb21823f8d444c2387d836808e9a4007bad1af6 (diff)
downloadcpython-d158888d05e3c7e8d760412cc7281c1474d9219e.tar.gz
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 905871d937..a8c8ec2109 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.