view dottes.tex.section-tunes @ 814:f5f6517a8bdf build-default-305

Add section picture to the section title page on printed Bookes only. I guess these could be added to be website, but right now I don't think they'd add much. On paper, they fill some blank space.
author Jim Hague <jim.hague@acm.org>
date Mon, 11 Jun 2018 09:47:58 +0100
parents b45a87f4ccdb
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}
}