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}
|
\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{}
|
||||||
|
|
|
@ -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}
|
||||||
|
|
Loading…
Reference in New Issue