diff 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
line wrap: on
line diff
--- a/dottes.tex	Fri Aug 09 10:59:03 2013 +0100
+++ b/dottes.tex	Fri Aug 09 13:55:59 2013 +0100
@@ -97,6 +97,8 @@
 \cfoot{\thepage}
 \renewcommand{\headrulewidth}{0pt}
 
+\pagestylemod
+
 \frontmatter
 
 % No page numbering for now, thanks.
@@ -106,13 +108,10 @@
 
 \newgeometry{margin=0.5in}
 \begin{titlepage}
-\pagecolor{havocpurple}
 \titleBoD
 \end{titlepage}
 \restoregeometry
 
-\pagecolor{white}
-
 % ----- First inside pages. No page numbering here, thanks.
 
 % Publisher info page.
@@ -256,8 +255,6 @@
 
 \backmatter
 
-\pagecolor{havocpurple}
-\thispagestyle{empty}
-\mbox{}
+\input{docend.tex}
 
 \end{document}