diff dottes.tex.section-tunes @ 601:507d853433ef

Create a section title page in the print version. Move the section comment to that title page.
author Jim Hague <jim.hague@acm.org>
date Fri, 04 Nov 2016 00:03:54 +0000
parents
children c95364aa550c
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/dottes.tex.section-tunes	Fri Nov 04 00:03:54 2016 +0000
@@ -0,0 +1,27 @@
+% ----- 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}
+}