Mercurial > dottes
diff dottes.tex @ 594:60749c792cde
Replace Change and Credit with Markdown-enabled Notes section.
Data in Notes is taken from N: section starting "Dottes:".
author | Jim Hague <jim.hague@acm.org> |
---|---|
date | Wed, 02 Nov 2016 15:02:06 +0000 |
parents | 2a7d03d6a89f |
children | ed823ea54c83 |
line wrap: on
line diff
--- a/dottes.tex Wed Nov 02 14:59:31 2016 +0000 +++ b/dottes.tex Wed Nov 02 15:02:06 2016 +0000 @@ -47,8 +47,8 @@ % Show the main tune graphic and optional change. % Args are tune name, tune title, tune subtitle, composer, tune graphic -% filename, change name, change title, credit. -\newcommand{\showtune}[8]{% +% filename, notes. +\newcommand{\showtune}[6]{% \phantomsection \begin{tabularx}{\textwidth}{LCR} \addcontentsline{toc}{section}{#2} @@ -59,11 +59,8 @@ \multicolumn{3}{c}{% \includegraphics[width=\textwidth,height=0.8\textheight,keepaspectratio]{#5}% }\tabularnewline - \multicolumn{3}{p{\textwidth}}{% - \ifemptyarg{#8}{}{From {#8}. }% - \ifemptyarg{#6}{}{Change: \hyperlink{#6}{#7}.}% - }\tabularnewline \end{tabularx} + #6 \vfill }