Update Lulu option to A4NoCover.
Add A4NoCover to the sizes built in All. Also add A4NoCover and Nook to the Bumper sizes.
This commit is contained in:
parent
caf5f395c7
commit
03dd5c9bc5
|
@ -1,6 +1,8 @@
|
|||
\usepackage[margin=0.75in]{geometry}
|
||||
\usepackage[left=0.75in,right=0.75in,top=1.25in,bottom=1.25in]{geometry}
|
||||
|
||||
% -----
|
||||
% For A4 saddle stitch with a separate cover, as per Lulo.com.
|
||||
% Title page, the content, and notes and padding pages.
|
||||
% Total length padded to a multiple of 4 pages.
|
||||
|
||||
% Title page
|
||||
\newfontfamily\havocfont[Scale=3.5]{English Towne}
|
||||
|
@ -15,11 +17,12 @@
|
|||
{\Huge \input{title.txt}}\\[\baselineskip]
|
||||
{\Large \input{subtitle.txt}}\\[\baselineskip]
|
||||
\vfill
|
||||
\includegraphics[width=0.5\textwidth,keepaspectratio]{buzzard}
|
||||
\includegraphics[width=0.4\textwidth,keepaspectratio]{buzzard}
|
||||
\vfill
|
||||
{Compiled by Jim Hague}\\
|
||||
\newpage
|
||||
{\Large Compiled by Jim Hague}\\
|
||||
\endgroup}
|
||||
|
||||
% Page appearance.
|
||||
\newcommand*{\pagestylemod}{}
|
||||
\newcommand*{\tunestart}{\filbreak\vfill}
|
||||
\newcommand*{\tuneend}{}
|
|
@ -20,6 +20,7 @@ makeBookePrint()
|
|||
# Normal graphics printed output.
|
||||
./makeBookeTunePages.sh "$1"
|
||||
./makeBooke.sh A4 "$1"
|
||||
./makeBooke.sh A4NoCover "$1"
|
||||
./makeBooke.sh Nook "$1"
|
||||
|
||||
# Compact graphics printed output.
|
||||
|
@ -74,6 +75,8 @@ makeABumperBooke()
|
|||
./makeBookeTunePages.sh "${booke}"
|
||||
done
|
||||
./makeBooke.sh A4 "$@"
|
||||
./makeBooke.sh A4NoCover "$@"
|
||||
./makeBooke.sh Nook "$@"
|
||||
for booke in "$@"
|
||||
do
|
||||
./makeBookeTunePages.sh --use-compact "${booke}"
|
||||
|
|
Loading…
Reference in New Issue