diff options
author | Fred Drake <fdrake@acm.org> | 1998-07-28 21:55:19 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-07-28 21:55:19 (GMT) |
commit | 9f86b662d146584c6f3f80d9452084ed40a8bdbf (patch) | |
tree | bb72ee268778ac876354d80abadcbb68fc1caba4 /Doc/ref | |
parent | e574405eff5f7f4b41c73986769aaa82edb13ce4 (diff) | |
download | cpython-9f86b662d146584c6f3f80d9452084ed40a8bdbf.zip cpython-9f86b662d146584c6f3f80d9452084ed40a8bdbf.tar.gz cpython-9f86b662d146584c6f3f80d9452084ed40a8bdbf.tar.bz2 |
Update to use a separate page for front matter.
Diffstat (limited to 'Doc/ref')
-rw-r--r-- | Doc/ref/ref.tex | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/ref/ref.tex b/Doc/ref/ref.tex index ddf2c8b..93acc11 100644 --- a/Doc/ref/ref.tex +++ b/Doc/ref/ref.tex @@ -10,6 +10,10 @@ \maketitle +\ifhtml +\chapter*{Front Matter\label{front}} +\fi + \input{copyright} \begin{abstract} |