Mercurial > dottes
comparison 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 |
comparison
equal
deleted
inserted
replaced
599:fceafdb462a8 | 601:507d853433ef |
---|---|
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 {\Large @SECTION@ tunes} | |
11 \end{center} | |
12 | |
13 \vspace*{\fill} | |
14 | |
15 \input{@SECTION@-intro.tex} | |
16 | |
17 \newpage | |
18 | |
19 { | |
20 \newcolumntype{L}{p{0.25\textwidth}}% | |
21 \newcolumntype{R}{>{\raggedleft\arraybackslash}p{0.25\textwidth}}% | |
22 \newcolumntype{C}{>{\centering\arraybackslash}X}% | |
23 \renewcommand{\tabularxcolumn}[1]{m{#1}}% | |
24 \renewcommand{\tabcolsep}{0pt} | |
25 | |
26 \input{@SECTION@-tunes.tex} | |
27 } |