# HG changeset patch # User Jim Hague # Date 1371841240 -3600 # Node ID b8c711dafce17fa25896cee47167e9e440cdf758 # Parent 88b58f811bc6dcd58b520973b04951844e728ef8 Remove \newpage from before every tune in A5. If someday we do get two tunes fitting into the same page, why not? diff -r 88b58f811bc6 -r b8c711dafce1 makeBookeA5.sh --- a/makeBookeA5.sh Fri Jun 21 19:59:37 2013 +0100 +++ b/makeBookeA5.sh Fri Jun 21 20:00:40 2013 +0100 @@ -62,7 +62,6 @@ fixtitle "$title" title=$retval - echo -E "\newpage" >> $builddir/$output echo -E "\begin{figure}[H]" >> $builddir/$output echo -E "\phantomsection" >> $builddir/$output echo -E "{\centering \hypertarget{$name}{\includegraphics[width=\textwidth,height=0.85\textheight,keepaspectratio]{$graphicsdir/$name}}}" >> $builddir/$output