From 96dfcfbc7092d3e0adb7386f612aa0d3ff8656f9 Mon Sep 17 00:00:00 2001 From: Jim Hague Date: Wed, 7 Aug 2019 08:41:46 +0100 Subject: [PATCH] Correct initial pages count. The pages including the front cover must be a multiple of 4. --- docend.A4.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docend.A4.tex b/docend.A4.tex index d9432a6..a09a5d5 100644 --- a/docend.A4.tex +++ b/docend.A4.tex @@ -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}