diff options
author | Fred Drake <fdrake@acm.org> | 1998-07-28 21:53:34 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-07-28 21:53:34 (GMT) |
commit | e574405eff5f7f4b41c73986769aaa82edb13ce4 (patch) | |
tree | a448e0cafabf8f555467f7e22d0be4c10b372252 /Doc/templates | |
parent | 514cd87d40cd9017e76c05f2ea25f791ee769203 (diff) | |
download | cpython-e574405eff5f7f4b41c73986769aaa82edb13ce4.zip cpython-e574405eff5f7f4b41c73986769aaa82edb13ce4.tar.gz cpython-e574405eff5f7f4b41c73986769aaa82edb13ce4.tar.bz2 |
Update the HOWTO template to use a separate page for front matter, with
comments.
Diffstat (limited to 'Doc/templates')
-rw-r--r-- | Doc/templates/howto.tex | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Doc/templates/howto.tex b/Doc/templates/howto.tex index b6121a3..0f9f990 100644 --- a/Doc/templates/howto.tex +++ b/Doc/templates/howto.tex @@ -20,6 +20,16 @@ \begin{document} \maketitle +% This makes the Abstract go on a separate page in the HTML version; +% if a copyright notice is used, it should go immediately after this. +% +\ifhtml +\chapter*{Front Matter\label{front}} +\fi + +% Copyright statement should go here, if needed. +% ... + % The abstract should be a paragraph or two long, and describe the % scope of the document. \begin{abstract} |