From 03dd5c9bc5c50d107203e604b26826913ad20d25 Mon Sep 17 00:00:00 2001 From: Jim Hague Date: Fri, 9 Aug 2019 23:58:29 +0100 Subject: [PATCH] Update Lulu option to A4NoCover. Add A4NoCover to the sizes built in All. Also add A4NoCover and Nook to the Bumper sizes. --- docend.A4Lulu.tex => docend.A4NoCover.tex | 0 docsetup.A4Lulu.tex => docsetup.A4NoCover.tex | 13 ++++++++----- makeAll.sh | 3 +++ 3 files changed, 11 insertions(+), 5 deletions(-) rename docend.A4Lulu.tex => docend.A4NoCover.tex (100%) rename docsetup.A4Lulu.tex => docsetup.A4NoCover.tex (54%) diff --git a/docend.A4Lulu.tex b/docend.A4NoCover.tex similarity index 100% rename from docend.A4Lulu.tex rename to docend.A4NoCover.tex diff --git a/docsetup.A4Lulu.tex b/docsetup.A4NoCover.tex similarity index 54% rename from docsetup.A4Lulu.tex rename to docsetup.A4NoCover.tex index 4a42300..066c307 100644 --- a/docsetup.A4Lulu.tex +++ b/docsetup.A4NoCover.tex @@ -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}{} diff --git a/makeAll.sh b/makeAll.sh index 57538a4..7083e1b 100755 --- a/makeAll.sh +++ b/makeAll.sh @@ -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}"