Mercurial > dottes
changeset 329:48eb1da4a4c8
Reindent tune macro.
| author | Jim Hague <jim.hague@acm.org> | 
|---|---|
| date | Mon, 05 Aug 2013 13:42:36 +0100 | 
| parents | 8596b328356d | 
| children | 473d335235b8 | 
| files | dottes.tex | 
| diffstat | 1 files changed, 9 insertions(+), 9 deletions(-) [+] | 
line wrap: on
 line diff
--- a/dottes.tex Mon Aug 05 13:39:43 2013 +0100 +++ b/dottes.tex Mon Aug 05 13:42:36 2013 +0100 @@ -51,15 +51,15 @@ \newcommand{\showtune}[8]{% \vfill \begin{center} - \phantomsection - \addcontentsline{toc}{section}{#2} - \begin{tabular*}{\textwidth}{@{} p{0.25\textwidth} @{\extracolsep{\fill}} c >{\raggedleft\arraybackslash}p{0.25\textwidth} @{}} - & \hypertarget{#1}{\Large{#2}} & \emph{#4} \\ - \ifemptyarg{#3}{}{% - & #3 & \\ - }% - \end{tabular*} - \includegraphics[width=\textwidth,height=0.85\textheight,keepaspectratio]{#5} + \phantomsection + \addcontentsline{toc}{section}{#2} + \begin{tabular*}{\textwidth}{@{} p{0.25\textwidth} @{\extracolsep{\fill}} c >{\raggedleft\arraybackslash}p{0.25\textwidth} @{}} + & \hypertarget{#1}{\Large{#2}} & \emph{#4} \\ + \ifemptyarg{#3}{}{% + & #3 & \\ + }% + \end{tabular*} + \includegraphics[width=\textwidth,height=0.85\textheight,keepaspectratio]{#5} \end{center} \ifemptyarg{#8}{}{% From {#8}.
