2016-11-04 00:03:54 +00:00
|
|
|
% ----- Tunes and intro page for a section.
|
|
|
|
|
|
|
|
\newpage
|
|
|
|
|
2017-09-14 14:11:00 +01:00
|
|
|
\addcontentsline{toc}{chapter}{@SECTIONNAME@ tunes}
|
2016-11-04 00:03:54 +00:00
|
|
|
|
|
|
|
\vspace*{\fill}
|
|
|
|
|
|
|
|
\begin{center}
|
2016-11-04 00:48:23 +00:00
|
|
|
{\Huge \input{@SECTION@-title.txt}}\\[\baselineskip]
|
|
|
|
{\Large \input{@SECTION@-subtitle.txt}}
|
2016-11-04 00:03:54 +00:00
|
|
|
\end{center}
|
|
|
|
|
|
|
|
\vspace*{\fill}
|
|
|
|
|
2019-03-23 23:04:23 +00:00
|
|
|
\ifdim \paperheight<200mm \newpage \fi
|
|
|
|
|
2019-03-26 11:00:35 +00:00
|
|
|
\showsectiongraphic{@SECTION@-image.jpg}{\input{@SECTION@-image.tex}}
|
2019-03-23 23:04:23 +00:00
|
|
|
|
|
|
|
\vspace*{\fill}
|
|
|
|
|
2016-11-04 00:03:54 +00:00
|
|
|
\input{@SECTION@-intro.tex}
|
|
|
|
|
|
|
|
\newpage
|
|
|
|
|
|
|
|
{
|
|
|
|
\newcolumntype{L}{p{0.25\textwidth}}%
|
|
|
|
\newcolumntype{R}{>{\raggedleft\arraybackslash}p{0.25\textwidth}}%
|
|
|
|
\newcolumntype{C}{>{\centering\arraybackslash}X}%
|
|
|
|
\renewcommand{\tabularxcolumn}[1]{m{#1}}%
|
|
|
|
\renewcommand{\tabcolsep}{0pt}
|
|
|
|
|
|
|
|
\input{@SECTION@-tunes.tex}
|
|
|
|
}
|