]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Don't \input boilerplate.tex, fill in the real stuff. 3rd party
authorFred Drake <fdrake@acm.org>
Mon, 17 May 1999 16:02:38 +0000 (16:02 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 17 May 1999 16:02:38 +0000 (16:02 +0000)
documents probably aren't written by Guido.  ;-)

Doc/templates/manual.tex

index 905871d93765de9fcb575cdadf3c0aeb5c852303..a8c8ec2109808965440ca387984c98d7c7c094ac 100644 (file)
@@ -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.