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
|
% Title page
|
||||||
\newfontfamily\havocfont[Scale=3.5]{English Towne}
|
\newfontfamily\havocfont[Scale=3.5]{English Towne}
|
||||||
|
@ -15,11 +17,12 @@
|
||||||
{\Huge \input{title.txt}}\\[\baselineskip]
|
{\Huge \input{title.txt}}\\[\baselineskip]
|
||||||
{\Large \input{subtitle.txt}}\\[\baselineskip]
|
{\Large \input{subtitle.txt}}\\[\baselineskip]
|
||||||
\vfill
|
\vfill
|
||||||
\includegraphics[width=0.5\textwidth,keepaspectratio]{buzzard}
|
\includegraphics[width=0.4\textwidth,keepaspectratio]{buzzard}
|
||||||
\vfill
|
\vfill
|
||||||
{Compiled by Jim Hague}\\
|
{\Large Compiled by Jim Hague}\\
|
||||||
\newpage
|
|
||||||
\endgroup}
|
\endgroup}
|
||||||
|
|
||||||
% Page appearance.
|
% Page appearance.
|
||||||
\newcommand*{\pagestylemod}{}
|
\newcommand*{\pagestylemod}{}
|
||||||
|
\newcommand*{\tunestart}{\filbreak\vfill}
|
||||||
|
\newcommand*{\tuneend}{}
|
|
@ -20,6 +20,7 @@ makeBookePrint()
|
||||||
# Normal graphics printed output.
|
# Normal graphics printed output.
|
||||||
./makeBookeTunePages.sh "$1"
|
./makeBookeTunePages.sh "$1"
|
||||||
./makeBooke.sh A4 "$1"
|
./makeBooke.sh A4 "$1"
|
||||||
|
./makeBooke.sh A4NoCover "$1"
|
||||||
./makeBooke.sh Nook "$1"
|
./makeBooke.sh Nook "$1"
|
||||||
|
|
||||||
# Compact graphics printed output.
|
# Compact graphics printed output.
|
||||||
|
@ -74,6 +75,8 @@ makeABumperBooke()
|
||||||
./makeBookeTunePages.sh "${booke}"
|
./makeBookeTunePages.sh "${booke}"
|
||||||
done
|
done
|
||||||
./makeBooke.sh A4 "$@"
|
./makeBooke.sh A4 "$@"
|
||||||
|
./makeBooke.sh A4NoCover "$@"
|
||||||
|
./makeBooke.sh Nook "$@"
|
||||||
for booke in "$@"
|
for booke in "$@"
|
||||||
do
|
do
|
||||||
./makeBookeTunePages.sh --use-compact "${booke}"
|
./makeBookeTunePages.sh --use-compact "${booke}"
|
||||||
|
|
Loading…
Reference in New Issue