forked from CryHavoc/dottes
Oops. Move \vfill between tunes to before the tune.
Doesn't have the desired effect on A4 otherwise.
This commit is contained in:
parent
7f459bab22
commit
cfc4e2d032
|
@ -50,6 +50,7 @@
|
||||||
% filename, change name, change title, credit.
|
% filename, change name, change title, credit.
|
||||||
\newcommand{\showtune}[8]{%
|
\newcommand{\showtune}[8]{%
|
||||||
\phantomsection
|
\phantomsection
|
||||||
|
\vfill
|
||||||
\begin{tabularx}{\textwidth}{LCR}
|
\begin{tabularx}{\textwidth}{LCR}
|
||||||
\addcontentsline{toc}{section}{#2}
|
\addcontentsline{toc}{section}{#2}
|
||||||
& \hypertarget{#1}{\Large{#2}} & \emph{#4} \\
|
& \hypertarget{#1}{\Large{#2}} & \emph{#4} \\
|
||||||
|
@ -64,7 +65,6 @@
|
||||||
\ifemptyarg{#6}{}{Change: \hyperlink{#6}{#7}.}%
|
\ifemptyarg{#6}{}{Change: \hyperlink{#6}{#7}.}%
|
||||||
}\tabularnewline
|
}\tabularnewline
|
||||||
\end{tabularx}
|
\end{tabularx}
|
||||||
\vfill
|
|
||||||
}
|
}
|
||||||
|
|
||||||
% Show the tune first line. Generate table row.
|
% Show the tune first line. Generate table row.
|
||||||
|
|
Loading…
Reference in New Issue