Mercurial > dottes
changeset 995:c612450d5dc1 build-default-358
Add A5NoCover book format.
For Lulu coil bound.
author | Jim Hague <jim.hague@acm.org> |
---|---|
date | Sat, 10 Aug 2019 00:43:43 +0100 |
parents | e68163aea188 |
children | c29d1f6537a8 |
files | docend.A5NoCover.tex docsetup.A5NoCover.tex makeAll.sh |
diffstat | 3 files changed, 38 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /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}
--- /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}}
--- 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()