forked from CryHavoc/dottes
Reindent tune macro.
This commit is contained in:
parent
76a29f9aa8
commit
53b947e75a
18
dottes.tex
18
dottes.tex
|
@ -51,15 +51,15 @@
|
||||||
\newcommand{\showtune}[8]{%
|
\newcommand{\showtune}[8]{%
|
||||||
\vfill
|
\vfill
|
||||||
\begin{center}
|
\begin{center}
|
||||||
\phantomsection
|
\phantomsection
|
||||||
\addcontentsline{toc}{section}{#2}
|
\addcontentsline{toc}{section}{#2}
|
||||||
\begin{tabular*}{\textwidth}{@{} p{0.25\textwidth} @{\extracolsep{\fill}} c >{\raggedleft\arraybackslash}p{0.25\textwidth} @{}}
|
\begin{tabular*}{\textwidth}{@{} p{0.25\textwidth} @{\extracolsep{\fill}} c >{\raggedleft\arraybackslash}p{0.25\textwidth} @{}}
|
||||||
& \hypertarget{#1}{\Large{#2}} & \emph{#4} \\
|
& \hypertarget{#1}{\Large{#2}} & \emph{#4} \\
|
||||||
\ifemptyarg{#3}{}{%
|
\ifemptyarg{#3}{}{%
|
||||||
& #3 & \\
|
& #3 & \\
|
||||||
}%
|
}%
|
||||||
\end{tabular*}
|
\end{tabular*}
|
||||||
\includegraphics[width=\textwidth,height=0.85\textheight,keepaspectratio]{#5}
|
\includegraphics[width=\textwidth,height=0.85\textheight,keepaspectratio]{#5}
|
||||||
\end{center}
|
\end{center}
|
||||||
\ifemptyarg{#8}{}{%
|
\ifemptyarg{#8}{}{%
|
||||||
From {#8}.
|
From {#8}.
|
||||||
|
|
Loading…
Reference in New Issue