parent
061bd22ebf
commit
3135ae7b07
|
@ -0,0 +1,8 @@
|
||||||
|
% Notes page
|
||||||
|
|
||||||
|
\chapter{Notes}
|
||||||
|
|
||||||
|
% Pad pages to multiple of 2.
|
||||||
|
\newcounter{frontpages}
|
||||||
|
\setcounter{frontpages}{3 + \thelastfrontmatterpage}
|
||||||
|
\padpages{2}{\thefrontpages}
|
|
@ -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}}
|
|
@ -27,6 +27,7 @@ makeBookePrint()
|
||||||
./makeBookeTunePages.sh --use-compact "$1"
|
./makeBookeTunePages.sh --use-compact "$1"
|
||||||
./makeBooke.sh A5 "$1"
|
./makeBooke.sh A5 "$1"
|
||||||
./makeBooklet.sh "$1"
|
./makeBooklet.sh "$1"
|
||||||
|
./makeBooke.sh A5NoCover "$1"
|
||||||
}
|
}
|
||||||
|
|
||||||
# Make a single booke.
|
# Make a single booke.
|
||||||
|
@ -83,6 +84,7 @@ makeABumperBooke()
|
||||||
done
|
done
|
||||||
./makeBooke.sh A5 "$@"
|
./makeBooke.sh A5 "$@"
|
||||||
./makeBooklet.sh "Bumper"
|
./makeBooklet.sh "Bumper"
|
||||||
|
./makeBooke.sh A5NoCover "$@"
|
||||||
}
|
}
|
||||||
|
|
||||||
makeBumperBookes()
|
makeBumperBookes()
|
||||||
|
|
Loading…
Reference in New Issue