comparison dottes.tex @ 334:9f9df5c40d1b

Move cover page colour and blank coloured end page to doc-specific files. That way output where the colour isn't appropriate, such as Nook or the newly introduced A4Lulu output (which is the A4 book but with white cover page and no end coloured page, and so suitable for using as the content on Lulu, where the cover is separate) can omit the colour.
author Jim Hague <jim.hague@acm.org>
date Fri, 09 Aug 2013 13:55:59 +0100
parents 419c5e1a6fb0
children 8787d85fa641
comparison
equal deleted inserted replaced
333:5ad25b934613 334:9f9df5c40d1b
95 \pagestyle{fancyplain} 95 \pagestyle{fancyplain}
96 \fancyhf{} 96 \fancyhf{}
97 \cfoot{\thepage} 97 \cfoot{\thepage}
98 \renewcommand{\headrulewidth}{0pt} 98 \renewcommand{\headrulewidth}{0pt}
99 99
100 \pagestylemod
101
100 \frontmatter 102 \frontmatter
101 103
102 % No page numbering for now, thanks. 104 % No page numbering for now, thanks.
103 \pagenumbering{gobble} 105 \pagenumbering{gobble}
104 106
105 % ----- Title page 107 % ----- Title page
106 108
107 \newgeometry{margin=0.5in} 109 \newgeometry{margin=0.5in}
108 \begin{titlepage} 110 \begin{titlepage}
109 \pagecolor{havocpurple}
110 \titleBoD 111 \titleBoD
111 \end{titlepage} 112 \end{titlepage}
112 \restoregeometry 113 \restoregeometry
113
114 \pagecolor{white}
115 114
116 % ----- First inside pages. No page numbering here, thanks. 115 % ----- First inside pages. No page numbering here, thanks.
117 116
118 % Publisher info page. 117 % Publisher info page.
119 \vspace*{\fill} 118 \vspace*{\fill}
254 253
255 % ----- Back cover page. A plain purple page. 254 % ----- Back cover page. A plain purple page.
256 255
257 \backmatter 256 \backmatter
258 257
259 \pagecolor{havocpurple} 258 \input{docend.tex}
260 \thispagestyle{empty}
261 \mbox{}
262 259
263 \end{document} 260 \end{document}