comparison dottes.tex.section-tunes @ 604:3b8a457ea3c9 build-default-243

Automated merge with ssh://hg.cryhavoc.org.uk/dottes
author Jim Hague <jim.hague@acm.org>
date Fri, 04 Nov 2016 17:59:19 +0000
parents c95364aa550c
children b45a87f4ccdb
comparison
equal deleted inserted replaced
600:04fb44e2c9b7 604:3b8a457ea3c9
1 % ----- Tunes and intro page for a section.
2
3 \newpage
4
5 \addcontentsline{toc}{chapter}{@SECTION@ tunes}
6
7 \vspace*{\fill}
8
9 \begin{center}
10 {\Huge \input{@SECTION@-title.txt}}\\[\baselineskip]
11 {\Large \input{@SECTION@-subtitle.txt}}
12 \end{center}
13
14 \vspace*{\fill}
15
16 \input{@SECTION@-intro.tex}
17
18 \newpage
19
20 {
21 \newcolumntype{L}{p{0.25\textwidth}}%
22 \newcolumntype{R}{>{\raggedleft\arraybackslash}p{0.25\textwidth}}%
23 \newcolumntype{C}{>{\centering\arraybackslash}X}%
24 \renewcommand{\tabularxcolumn}[1]{m{#1}}%
25 \renewcommand{\tabcolsep}{0pt}
26
27 \input{@SECTION@-tunes.tex}
28 }