forked from CryHavoc/dottes
Correct number of initial pages before frontmatter.
This commit is contained in:
parent
52f5ce0641
commit
061bd22ebf
|
@ -4,5 +4,5 @@
|
|||
|
||||
% Pad pages to multiple of 4.
|
||||
\newcounter{frontpages}
|
||||
\setcounter{frontpages}{5 + \thelastfrontmatterpage}
|
||||
\setcounter{frontpages}{3 + \thelastfrontmatterpage}
|
||||
\padpages{4}{\thefrontpages}
|
||||
|
|
Loading…
Reference in New Issue