comparison dottes.tex.a5header @ 251:de24a62246bc

Stop numbering the title page(s) in the printed book.
author Jim Hague <jim.hague@acm.org>
date Fri, 14 Jun 2013 23:52:59 +0100
parents 991c5c984c69
children 4fb2e5728879
comparison
equal deleted inserted replaced
250:991c5c984c69 251:de24a62246bc
65 65
66 % ----- 66 % -----
67 67
68 \begin{document} 68 \begin{document}
69 69
70 % ----- Title page
71
72 \begin{titlepage}
73 \pagestyle{empty}
74 \titleDB
75 \end{titlepage}
76
70 % ----- Headers and footers 77 % ----- Headers and footers
71 78
72 \pagestyle{fancyplain} 79 \pagestyle{fancyplain}
73 \fancyhf{} 80 \fancyhf{}
74 \lfoot{Issue \build} 81 \lfoot{Issue \build}
75 \rfoot{\thepage} 82 \rfoot{\thepage}
76 \renewcommand{\headrulewidth}{0pt} 83 \renewcommand{\headrulewidth}{0pt}
77 84
78 % ----- Title page and contents 85 % ----- Contents
79
80 \titleDB
81
82 \newpage
83 86
84 \tableofcontents 87 \tableofcontents
85 88
86 \newpage 89 \newpage
87 90