view dottes.tex.section-tunes @ 849:eb5da4e5c057

Fix up subtitles which have a ', The' form. We no longer fix up such titles other than the primary title. The primary title uses the ", <prefix>" so the sort order can ignore prefixes words like 'The' or 'An'.
author Jim Hague <jim.hague@acm.org>
date Sat, 23 Mar 2019 14:57:19 +0000
parents f5f6517a8bdf
children a284fc64cb75
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}

\showsectiongraphic{@SECTION@-image.jpg}
\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}
}