forked from CryHavoc/dottes
Round A5 to even number of pages.
This commit is contained in:
parent
096d0a4f2a
commit
2b98e756fd
|
@ -3,8 +3,14 @@
|
|||
\thispagestyle{empty}
|
||||
\hbox{}
|
||||
|
||||
% Back cover page
|
||||
% Back cover page - or it it?
|
||||
\newpage
|
||||
|
||||
% Pad pages to multiple of 2.
|
||||
\newcounter{frontpages}
|
||||
\setcounter{frontpages}{4 + \thelastfrontmatterpage}
|
||||
\padpages{2}{\thefrontpages}
|
||||
|
||||
\pagecolor{havocpurple}
|
||||
\thispagestyle{empty}
|
||||
\mbox{}
|
||||
|
|
|
@ -2,7 +2,9 @@
|
|||
|
||||
% For A5 wire bound, DoxDirect require the outside front cover,
|
||||
% 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.
|
||||
\newfontfamily\havocfont[Scale=2.1]{English Towne}
|
||||
|
|
Loading…
Reference in New Issue