Add Nook-sized PDF output.

This commit is contained in:
Jim Hague 2013-08-05 18:06:19 +01:00
parent f74f9cc59c
commit 7f459bab22
7 changed files with 31 additions and 2 deletions

1
docclass.Nook.tex Normal file
View File

@ -0,0 +1 @@
\documentclass[a5paper,11pt,openany]{book}

View File

@ -1,3 +1,5 @@
\usepackage[margin=0.75in]{geometry}
% ----- % -----
% Title page % Title page

View File

@ -1,3 +1,5 @@
\usepackage[margin=0.75in]{geometry}
% ----- % -----
% Title page % Title page

21
docsetup.Nook.tex Normal file
View File

@ -0,0 +1,21 @@
\usepackage[paperwidth=4.1in,paperheight=5in,left=0.1in,right=0.1in,top=0.5in,bottom=0.5in]{geometry}
% -----
% Title page
\newfontfamily\havocfont[Scale=1.5]{English Towne}
\newcommand*{\titleBoD}{\begingroup
\centering
{\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.12\textwidth,keepaspectratio]{buzzard}
\vfill
{Compiled by Jim Hague}\\
\endgroup}

View File

@ -24,7 +24,9 @@
<p>@INTRO@ <p>@INTRO@
<p>You can download a PDF with a booklet of these tunes. There is an <p>You can download a PDF with a booklet of these tunes. There is an
<a href="@BOOK@-A5.pdf">A5 landscape book</a> with one <a href="@BOOK@-A5.pdf">A5 landscape book</a> with one
tune per page, or an <a href="@BOOK@-A4.pdf">A4 book</a> with two or tune per page, a <a href="@BOOK@-Nook.pdf">4x5in portrait book</a>
suitable for use with an eReader like a Kindle, Nook, Kobo etc.,
and an <a href="@BOOK@-A4.pdf">A4 book</a> with two or
more tunes per page. more tunes per page.
<p>If you have a printer that can do duplex (i.e. print on both sides <p>If you have a printer that can do duplex (i.e. print on both sides
of the paper), you might like the of the paper), you might like the

View File

@ -3,7 +3,6 @@
\usepackage{array} \usepackage{array}
\usepackage{color} \usepackage{color}
\usepackage{fontspec} \usepackage{fontspec}
\usepackage[margin=0.75in]{geometry}
\usepackage{graphicx} \usepackage{graphicx}
\usepackage{fancyhdr} \usepackage{fancyhdr}
\usepackage{tabularx} \usepackage{tabularx}

View File

@ -14,6 +14,7 @@ makeABooke()
./makeBooke.sh "$1" A4 ./makeBooke.sh "$1" A4
./makeBooke.sh "$1" A5 ./makeBooke.sh "$1" A5
./makeBooklet.sh "$1" ./makeBooklet.sh "$1"
./makeBooke.sh "$1" Nook
./makeWebGraphics.sh "$1" ./makeWebGraphics.sh "$1"
./makeWebAudio.sh "$1" ./makeWebAudio.sh "$1"
./makeWeb.sh "$1" "$1" "$2" ./makeWeb.sh "$1" "$1" "$2"
@ -26,6 +27,7 @@ makeATransposedBooke()
./makeBooke.sh "$1" A4 ./makeBooke.sh "$1" A4
./makeBooke.sh "$1" A5 ./makeBooke.sh "$1" A5
./makeBooklet.sh "$1" ./makeBooklet.sh "$1"
./makeBooke.sh "$1" Nook
./makeWebGraphics.sh "$1" ./makeWebGraphics.sh "$1"
./makeWeb.sh "$1" "$2" "$3" ./makeWeb.sh "$1" "$2" "$3"
} }