forked from CryHavoc/dottes
Add final blank page for notes to end of printed A4 and A5 books.
This commit is contained in:
parent
6167eedaae
commit
9f92707520
|
@ -1,3 +1,8 @@
|
|||
% Blank page for notes
|
||||
\newpage
|
||||
\thispagestyle{empty}
|
||||
\hbox{}
|
||||
|
||||
% Inside back cover.
|
||||
\newpage
|
||||
\thispagestyle{empty}
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
% Blank page for notes
|
||||
\newpage
|
||||
\thispagestyle{empty}
|
||||
\hbox{}
|
||||
|
||||
% Back cover page
|
||||
\newpage
|
||||
\pagecolor{havocpurple}
|
||||
\thispagestyle{empty}
|
||||
\mbox{}
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
\usepackage[left=0.75in,right=0.75in,top=1.25in,bottom=1.25in]{geometry}
|
||||
|
||||
% -----
|
||||
% For A4 saddle stitch, DoxDirect require the outside front cover, the inside
|
||||
% front cover, the content, the inside back cover and the outside back cover.
|
||||
% Total length padded to a multiple of 4 pages.
|
||||
|
||||
% Title page. Cover, blank page (inside of cover), inner cover page.
|
||||
\newfontfamily\havocfont[Scale=3.5]{English Towne}
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
\usepackage[margin=0.75in]{geometry}
|
||||
|
||||
% -----
|
||||
% 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.
|
||||
|
||||
% Title page. Cover, inner cover page. Doxdirect spiral bound doesn't
|
||||
% print on the back of the cover.
|
||||
% Title page. Cover and inner cover page.
|
||||
\newfontfamily\havocfont[Scale=2.1]{English Towne}
|
||||
|
||||
\newcommand*{\titleBoD}{\begingroup
|
||||
|
@ -19,6 +20,7 @@
|
|||
\includegraphics[width=0.12\textwidth,keepaspectratio]{buzzard}
|
||||
\vfill
|
||||
{\Large Compiled by Jim Hague}\\
|
||||
|
||||
\newpage
|
||||
\pagecolor{white}
|
||||
{\Large \havocfont{Ye}}\\[\baselineskip]
|
||||
|
|
Loading…
Reference in New Issue