comparison dottes.tex @ 332:419c5e1a6fb0

Oops. Move \vfill between tunes to before the tune. Doesn't have the desired effect on A4 otherwise.
author Jim Hague <jim.hague@acm.org>
date Mon, 05 Aug 2013 18:09:46 +0100
parents 583c06d0e9ef
children 9f9df5c40d1b
comparison
equal deleted inserted replaced
331:583c06d0e9ef 332:419c5e1a6fb0
48 % Show the main tune graphic and optional change. 48 % Show the main tune graphic and optional change.
49 % Args are tune name, tune title, tune subtitle, composer, tune graphic 49 % Args are tune name, tune title, tune subtitle, composer, tune graphic
50 % filename, change name, change title, credit. 50 % filename, change name, change title, credit.
51 \newcommand{\showtune}[8]{% 51 \newcommand{\showtune}[8]{%
52 \phantomsection 52 \phantomsection
53 \vfill
53 \begin{tabularx}{\textwidth}{LCR} 54 \begin{tabularx}{\textwidth}{LCR}
54 \addcontentsline{toc}{section}{#2} 55 \addcontentsline{toc}{section}{#2}
55 & \hypertarget{#1}{\Large{#2}} & \emph{#4} \\ 56 & \hypertarget{#1}{\Large{#2}} & \emph{#4} \\
56 \ifemptyarg{#3}{}{% 57 \ifemptyarg{#3}{}{%
57 & #3 & \\ 58 & #3 & \\
62 \multicolumn{3}{p{\textwidth}}{% 63 \multicolumn{3}{p{\textwidth}}{%
63 \ifemptyarg{#8}{}{From {#8}. }% 64 \ifemptyarg{#8}{}{From {#8}. }%
64 \ifemptyarg{#6}{}{Change: \hyperlink{#6}{#7}.}% 65 \ifemptyarg{#6}{}{Change: \hyperlink{#6}{#7}.}%
65 }\tabularnewline 66 }\tabularnewline
66 \end{tabularx} 67 \end{tabularx}
67 \vfill
68 } 68 }
69 69
70 % Show the tune first line. Generate table row. 70 % Show the tune first line. Generate table row.
71 % Args are the tune name, tune title and the first line graphic filename. 71 % Args are the tune name, tune title and the first line graphic filename.
72 \newcommand{\showfirstline}[3]{% 72 \newcommand{\showfirstline}[3]{%