diff options
author | Fred Drake <fdrake@acm.org> | 2003-09-27 07:11:17 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2003-09-27 07:11:17 (GMT) |
commit | 410825ac8b0f3427f0b163ca2354c289e21ac0ff (patch) | |
tree | 0400c05bf84fd267a6fd3ac59c27b626b2f28194 /Doc/commontex/boilerplate.tex | |
parent | 2ee37ff1919ccf8748c3cdfdb604ee115e051ad4 (diff) | |
download | cpython-410825ac8b0f3427f0b163ca2354c289e21ac0ff.zip cpython-410825ac8b0f3427f0b163ca2354c289e21ac0ff.tar.gz cpython-410825ac8b0f3427f0b163ca2354c289e21ac0ff.tar.bz2 |
Move content input files shared among the documents into a new directory
(commontex/), leaving only style support files in texinputs/. This makes
texinputs/ part of the formatting tools while commontex/ is strictly part
of the actual documentation.
Diffstat (limited to 'Doc/commontex/boilerplate.tex')
-rw-r--r-- | Doc/commontex/boilerplate.tex | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Doc/commontex/boilerplate.tex b/Doc/commontex/boilerplate.tex new file mode 100644 index 0000000..434feaa --- /dev/null +++ b/Doc/commontex/boilerplate.tex @@ -0,0 +1,11 @@ +\author{Guido van Rossum\\ + Fred L. Drake, Jr., editor} +\authoraddress{ + \strong{PythonLabs}\\ + Email: \email{docs@python.org} +} + +\date{\today} % XXX update before final release! +\release{2.4} % software release, not documentation +\setreleaseinfo{a0} % empty for final release +\setshortversion{2.4} % major.minor only for software |