# HG changeset patch # User Jim Hague # Date 1565394223 -3600 # Node ID c612450d5dc163261002a478fee73dcad225a889 # Parent e68163aea1884ff73390e7a5e4bbfd4d12189ca4 Add A5NoCover book format. For Lulu coil bound. diff -r e68163aea188 -r c612450d5dc1 docend.A5NoCover.tex --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/docend.A5NoCover.tex Sat Aug 10 00:43:43 2019 +0100 @@ -0,0 +1,8 @@ +% Notes page + +\chapter{Notes} + +% Pad pages to multiple of 2. +\newcounter{frontpages} +\setcounter{frontpages}{3 + \thelastfrontmatterpage} +\padpages{2}{\thefrontpages} diff -r e68163aea188 -r c612450d5dc1 docsetup.A5NoCover.tex --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/docsetup.A5NoCover.tex Sat Aug 10 00:43:43 2019 +0100 @@ -0,0 +1,28 @@ +\usepackage[margin=0.75in]{geometry} + +% the content, and the outside back cover. Note that unlike A4 saddle +% 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. +\newfontfamily\havocfont[Scale=2.1]{English Towne} + +\newcommand*{\titleBoD}{\begingroup +{\Large \havocfont{Ye}}\\[\baselineskip] +{\Huge \havocfont{Crie Havock}}\\[\baselineskip] +{\Large \havocfont{Booke of}}\\[\baselineskip] +{\Huge \havocfont{\instrument Dottes}}\\[\baselineskip] +\vfill +{\huge \input{title.txt}}\\[\baselineskip] +{\large \input{subtitle.txt}}\\[\baselineskip] +\vfill +\includegraphics[width=0.10\textwidth,keepaspectratio]{buzzard} +\vfill +{\large Compiled by Jim Hague}\\ +\endgroup} + +% Page appearance. +\newcommand*{\pagestylemod}{} +\newcommand*{\tunestart}{\newpage \topskip0pt \vspace*{\fill}} +\newcommand*{\tuneend}{\vspace*{\fill}} diff -r e68163aea188 -r c612450d5dc1 makeAll.sh --- a/makeAll.sh Sat Aug 10 00:42:15 2019 +0100 +++ b/makeAll.sh Sat Aug 10 00:43:43 2019 +0100 @@ -27,6 +27,7 @@ ./makeBookeTunePages.sh --use-compact "$1" ./makeBooke.sh A5 "$1" ./makeBooklet.sh "$1" + ./makeBooke.sh A5NoCover "$1" } # Make a single booke. @@ -83,6 +84,7 @@ done ./makeBooke.sh A5 "$@" ./makeBooklet.sh "Bumper" + ./makeBooke.sh A5NoCover "$@" } makeBumperBookes()