# HG changeset patch # User Jim Hague # Date 1371250379 -3600 # Node ID de24a62246bcca3cd19e3b0036f5dcfb76ceeb44 # Parent 991c5c984c698fd9b2d3edb886f637ce8ce0ce21 Stop numbering the title page(s) in the printed book. diff -r 991c5c984c69 -r de24a62246bc dottes.tex.a4header --- a/dottes.tex.a4header Fri Jun 14 23:39:37 2013 +0100 +++ b/dottes.tex.a4header Fri Jun 14 23:52:59 2013 +0100 @@ -67,6 +67,12 @@ \begin{document} +% ----- Title page + +\begin{titlepage} +\titleDB +\end{titlepage} + % ----- Headers and footers \pagestyle{fancyplain} @@ -75,11 +81,7 @@ \rfoot{\thepage} \renewcommand{\headrulewidth}{0pt} -% ----- Title page and contents - -\titleDB - -\newpage +% ----- Contents \tableofcontents diff -r 991c5c984c69 -r de24a62246bc dottes.tex.a5header --- a/dottes.tex.a5header Fri Jun 14 23:39:37 2013 +0100 +++ b/dottes.tex.a5header Fri Jun 14 23:52:59 2013 +0100 @@ -67,6 +67,13 @@ \begin{document} +% ----- Title page + +\begin{titlepage} +\pagestyle{empty} +\titleDB +\end{titlepage} + % ----- Headers and footers \pagestyle{fancyplain} @@ -75,11 +82,7 @@ \rfoot{\thepage} \renewcommand{\headrulewidth}{0pt} -% ----- Title page and contents - -\titleDB - -\newpage +% ----- Contents \tableofcontents