28 lines
492 B
Plaintext
28 lines
492 B
Plaintext
|
% ----- Tunes and intro page for a section.
|
||
|
|
||
|
\newpage
|
||
|
|
||
|
\addcontentsline{toc}{chapter}{@SECTION@ tunes}
|
||
|
|
||
|
\vspace*{\fill}
|
||
|
|
||
|
\begin{center}
|
||
|
{\Large @SECTION@ tunes}
|
||
|
\end{center}
|
||
|
|
||
|
\vspace*{\fill}
|
||
|
|
||
|
\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}
|
||
|
}
|