Correct initial pages count.
The pages including the front cover must be a multiple of 4.
This commit is contained in:
parent
fc0d494ad6
commit
96dfcfbc70
|
@ -8,7 +8,7 @@
|
|||
|
||||
% Pad pages to multiple of 4.
|
||||
\newcounter{frontpages}
|
||||
\setcounter{frontpages}{3 + \thelastfrontmatterpage}
|
||||
\setcounter{frontpages}{5 + \thelastfrontmatterpage}
|
||||
\padpages{4}{\thefrontpages}
|
||||
|
||||
\pagecolor{havocpurple}
|
||||
|
|
Loading…
Reference in New Issue