Mercurial > dottes
annotate dottes.tex.section-tunes @ 650:9982077ac9b2
Update tune format files.
In the main one, just remove a couple of now deprecated settings that
did nothing anyway.
For the web format, which is actually the format used to generate
the downloadable PDFs, bring it into line with the main format
but leave the margins at the default settings. Also remove the
deprecated settings.
author | Jim Hague <jim.hague@acm.org> |
---|---|
date | Thu, 10 Nov 2016 00:47:55 +0000 |
parents | c95364aa550c |
children | b45a87f4ccdb |
rev | line source |
---|---|
601
507d853433ef
Create a section title page in the print version.
Jim Hague <jim.hague@acm.org>
parents:
diff
changeset
|
1 % ----- Tunes and intro page for a section. |
507d853433ef
Create a section title page in the print version.
Jim Hague <jim.hague@acm.org>
parents:
diff
changeset
|
2 |
507d853433ef
Create a section title page in the print version.
Jim Hague <jim.hague@acm.org>
parents:
diff
changeset
|
3 \newpage |
507d853433ef
Create a section title page in the print version.
Jim Hague <jim.hague@acm.org>
parents:
diff
changeset
|
4 |
507d853433ef
Create a section title page in the print version.
Jim Hague <jim.hague@acm.org>
parents:
diff
changeset
|
5 \addcontentsline{toc}{chapter}{@SECTION@ tunes} |
507d853433ef
Create a section title page in the print version.
Jim Hague <jim.hague@acm.org>
parents:
diff
changeset
|
6 |
507d853433ef
Create a section title page in the print version.
Jim Hague <jim.hague@acm.org>
parents:
diff
changeset
|
7 \vspace*{\fill} |
507d853433ef
Create a section title page in the print version.
Jim Hague <jim.hague@acm.org>
parents:
diff
changeset
|
8 |
507d853433ef
Create a section title page in the print version.
Jim Hague <jim.hague@acm.org>
parents:
diff
changeset
|
9 \begin{center} |
602
c95364aa550c
Put the title and subtitle on the section intro page.
Jim Hague <jim.hague@acm.org>
parents:
601
diff
changeset
|
10 {\Huge \input{@SECTION@-title.txt}}\\[\baselineskip] |
c95364aa550c
Put the title and subtitle on the section intro page.
Jim Hague <jim.hague@acm.org>
parents:
601
diff
changeset
|
11 {\Large \input{@SECTION@-subtitle.txt}} |
601
507d853433ef
Create a section title page in the print version.
Jim Hague <jim.hague@acm.org>
parents:
diff
changeset
|
12 \end{center} |
507d853433ef
Create a section title page in the print version.
Jim Hague <jim.hague@acm.org>
parents:
diff
changeset
|
13 |
507d853433ef
Create a section title page in the print version.
Jim Hague <jim.hague@acm.org>
parents:
diff
changeset
|
14 \vspace*{\fill} |
507d853433ef
Create a section title page in the print version.
Jim Hague <jim.hague@acm.org>
parents:
diff
changeset
|
15 |
507d853433ef
Create a section title page in the print version.
Jim Hague <jim.hague@acm.org>
parents:
diff
changeset
|
16 \input{@SECTION@-intro.tex} |
507d853433ef
Create a section title page in the print version.
Jim Hague <jim.hague@acm.org>
parents:
diff
changeset
|
17 |
507d853433ef
Create a section title page in the print version.
Jim Hague <jim.hague@acm.org>
parents:
diff
changeset
|
18 \newpage |
507d853433ef
Create a section title page in the print version.
Jim Hague <jim.hague@acm.org>
parents:
diff
changeset
|
19 |
507d853433ef
Create a section title page in the print version.
Jim Hague <jim.hague@acm.org>
parents:
diff
changeset
|
20 { |
507d853433ef
Create a section title page in the print version.
Jim Hague <jim.hague@acm.org>
parents:
diff
changeset
|
21 \newcolumntype{L}{p{0.25\textwidth}}% |
507d853433ef
Create a section title page in the print version.
Jim Hague <jim.hague@acm.org>
parents:
diff
changeset
|
22 \newcolumntype{R}{>{\raggedleft\arraybackslash}p{0.25\textwidth}}% |
507d853433ef
Create a section title page in the print version.
Jim Hague <jim.hague@acm.org>
parents:
diff
changeset
|
23 \newcolumntype{C}{>{\centering\arraybackslash}X}% |
507d853433ef
Create a section title page in the print version.
Jim Hague <jim.hague@acm.org>
parents:
diff
changeset
|
24 \renewcommand{\tabularxcolumn}[1]{m{#1}}% |
507d853433ef
Create a section title page in the print version.
Jim Hague <jim.hague@acm.org>
parents:
diff
changeset
|
25 \renewcommand{\tabcolsep}{0pt} |
507d853433ef
Create a section title page in the print version.
Jim Hague <jim.hague@acm.org>
parents:
diff
changeset
|
26 |
507d853433ef
Create a section title page in the print version.
Jim Hague <jim.hague@acm.org>
parents:
diff
changeset
|
27 \input{@SECTION@-tunes.tex} |
507d853433ef
Create a section title page in the print version.
Jim Hague <jim.hague@acm.org>
parents:
diff
changeset
|
28 } |