From: Fred Drake Date: Tue, 28 Jul 1998 21:53:34 +0000 (+0000) Subject: Update the HOWTO template to use a separate page for front matter, with X-Git-Tag: v1.5.2a1~192 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e574405eff5f7f4b41c73986769aaa82edb13ce4;p=python Update the HOWTO template to use a separate page for front matter, with comments. --- diff --git a/Doc/howto.tex b/Doc/howto.tex index b6121a34e5..0f9f990b3b 100644 --- a/Doc/howto.tex +++ b/Doc/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} diff --git a/Doc/templates/howto.tex b/Doc/templates/howto.tex index b6121a34e5..0f9f990b3b 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}