Round A5 to even number of pages.

This commit is contained in:
Jim Hague 2019-08-08 11:22:09 +01:00
parent 096d0a4f2a
commit 2b98e756fd
2 changed files with 10 additions and 2 deletions

View File

@ -3,8 +3,14 @@
\thispagestyle{empty} \thispagestyle{empty}
\hbox{} \hbox{}
% Back cover page % Back cover page - or it it?
\newpage \newpage
% Pad pages to multiple of 2.
\newcounter{frontpages}
\setcounter{frontpages}{4 + \thelastfrontmatterpage}
\padpages{2}{\thefrontpages}
\pagecolor{havocpurple} \pagecolor{havocpurple}
\thispagestyle{empty} \thispagestyle{empty}
\mbox{} \mbox{}

View File

@ -2,7 +2,9 @@
% For A5 wire bound, DoxDirect require the outside front cover, % For A5 wire bound, DoxDirect require the outside front cover,
% the content, and the outside back cover. Note that unlike A4 saddle % the content, and the outside back cover. Note that unlike A4 saddle
% stitch they do NOT want inside front and back covers. % stitch they do NOT want inside front and back covers pages as part
% of the PDF. For geek points, round the number of content pages to
% a multiple of 2.
% Title page. Cover and inner cover page. % Title page. Cover and inner cover page.
\newfontfamily\havocfont[Scale=2.1]{English Towne} \newfontfamily\havocfont[Scale=2.1]{English Towne}