Stop numbering the title page(s) in the printed book.
This commit is contained in:
parent
b805ac7b0f
commit
e4cd108b8a
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue