annotate dottes.tex.section-firstlines @ 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 5a3e646b9978
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
677
b45a87f4ccdb Make sure section names strip any '-<instrument>' filename decoration.
Jim Hague <jim.hague@acm.org>
parents: 601
diff changeset
1 \section{@SECTIONNAME@ tunes}
601
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 {\renewcommand{\arraystretch}{2.5}
507d853433ef Create a section title page in the print version.
Jim Hague <jim.hague@acm.org>
parents:
diff changeset
4 \setlength\LTleft{0pt}
507d853433ef Create a section title page in the print version.
Jim Hague <jim.hague@acm.org>
parents:
diff changeset
5 \setlength\LTright{\fill}
507d853433ef Create a section title page in the print version.
Jim Hague <jim.hague@acm.org>
parents:
diff changeset
6 \begin{longtable}{@{}>{\raggedright\arraybackslash}m{0.2\textwidth}r@{}}
507d853433ef Create a section title page in the print version.
Jim Hague <jim.hague@acm.org>
parents:
diff changeset
7 \input{@SECTION@-firstlines.tex}
507d853433ef Create a section title page in the print version.
Jim Hague <jim.hague@acm.org>
parents:
diff changeset
8 \end{longtable}
507d853433ef Create a section title page in the print version.
Jim Hague <jim.hague@acm.org>
parents:
diff changeset
9 }