Correct number of initial pages before frontmatter.

This commit is contained in:
Jim Hague 2019-08-10 00:42:15 +01:00
parent 52f5ce0641
commit 061bd22ebf
1 changed files with 1 additions and 1 deletions

View File

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