mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +00:00
Update the HOWTO template to use a separate page for front matter, with
comments.
This commit is contained in:
parent
514cd87d40
commit
e574405eff
2 changed files with 20 additions and 0 deletions
|
@ -20,6 +20,16 @@
|
||||||
\begin{document}
|
\begin{document}
|
||||||
\maketitle
|
\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
|
% The abstract should be a paragraph or two long, and describe the
|
||||||
% scope of the document.
|
% scope of the document.
|
||||||
\begin{abstract}
|
\begin{abstract}
|
||||||
|
|
|
@ -20,6 +20,16 @@
|
||||||
\begin{document}
|
\begin{document}
|
||||||
\maketitle
|
\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
|
% The abstract should be a paragraph or two long, and describe the
|
||||||
% scope of the document.
|
% scope of the document.
|
||||||
\begin{abstract}
|
\begin{abstract}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue