Correct initial pages count.

The pages including the front cover must be a multiple of 4.
This commit is contained in:
Jim Hague 2019-08-07 08:41:46 +01:00
parent fc0d494ad6
commit 96dfcfbc70
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
% Pad pages to multiple of 4. % Pad pages to multiple of 4.
\newcounter{frontpages} \newcounter{frontpages}
\setcounter{frontpages}{3 + \thelastfrontmatterpage} \setcounter{frontpages}{5 + \thelastfrontmatterpage}
\padpages{4}{\thefrontpages} \padpages{4}{\thefrontpages}
\pagecolor{havocpurple} \pagecolor{havocpurple}