view dottes.tex.section-tunes @ 961:fc2b75f6c284 build-default-349

Go to separate left and right double quote special characters. " works in HTML, but LaTeX was using right double quotes everywhere.
author Jim Hague <jim.hague@acm.org>
date Wed, 07 Aug 2019 10:12:35 +0100
parents 7cc06a68a572
children
line wrap: on
line source

% ----- Tunes and intro page for a section.

\newpage

\addcontentsline{toc}{chapter}{@SECTIONNAME@ tunes}

\vspace*{\fill}

\begin{center}
{\Huge \input{@SECTION@-title.txt}}\\[\baselineskip]
{\Large \input{@SECTION@-subtitle.txt}}
\end{center}

\vspace*{\fill}

\ifdim \paperheight<200mm \newpage \fi

\showsectiongraphic{@SECTION@-image.jpg}{\input{@SECTION@-image.tex}}

\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}
}