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}
|
\begin{document}
|
||||||
|
|
||||||
|
% ----- Title page
|
||||||
|
|
||||||
|
\begin{titlepage}
|
||||||
|
\titleDB
|
||||||
|
\end{titlepage}
|
||||||
|
|
||||||
% ----- Headers and footers
|
% ----- Headers and footers
|
||||||
|
|
||||||
\pagestyle{fancyplain}
|
\pagestyle{fancyplain}
|
||||||
|
@ -75,11 +81,7 @@
|
||||||
\rfoot{\thepage}
|
\rfoot{\thepage}
|
||||||
\renewcommand{\headrulewidth}{0pt}
|
\renewcommand{\headrulewidth}{0pt}
|
||||||
|
|
||||||
% ----- Title page and contents
|
% ----- Contents
|
||||||
|
|
||||||
\titleDB
|
|
||||||
|
|
||||||
\newpage
|
|
||||||
|
|
||||||
\tableofcontents
|
\tableofcontents
|
||||||
|
|
||||||
|
|
|
@ -67,6 +67,13 @@
|
||||||
|
|
||||||
\begin{document}
|
\begin{document}
|
||||||
|
|
||||||
|
% ----- Title page
|
||||||
|
|
||||||
|
\begin{titlepage}
|
||||||
|
\pagestyle{empty}
|
||||||
|
\titleDB
|
||||||
|
\end{titlepage}
|
||||||
|
|
||||||
% ----- Headers and footers
|
% ----- Headers and footers
|
||||||
|
|
||||||
\pagestyle{fancyplain}
|
\pagestyle{fancyplain}
|
||||||
|
@ -75,11 +82,7 @@
|
||||||
\rfoot{\thepage}
|
\rfoot{\thepage}
|
||||||
\renewcommand{\headrulewidth}{0pt}
|
\renewcommand{\headrulewidth}{0pt}
|
||||||
|
|
||||||
% ----- Title page and contents
|
% ----- Contents
|
||||||
|
|
||||||
\titleDB
|
|
||||||
|
|
||||||
\newpage
|
|
||||||
|
|
||||||
\tableofcontents
|
\tableofcontents
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue