Mercurial > dottes
changeset 602:c95364aa550c
Put the title and subtitle on the section intro page.
Contents, for some reason, can't be taken from file.
author | Jim Hague <jim.hague@acm.org> |
---|---|
date | Fri, 04 Nov 2016 00:48:23 +0000 |
parents | 507d853433ef |
children | ef0d66742e01 |
files | dottes.tex.section-tunes makeBooke.sh |
diffstat | 2 files changed, 6 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/dottes.tex.section-tunes Fri Nov 04 00:03:54 2016 +0000 +++ b/dottes.tex.section-tunes Fri Nov 04 00:48:23 2016 +0000 @@ -7,7 +7,8 @@ \vspace*{\fill} \begin{center} -{\Large @SECTION@ tunes} +{\Huge \input{@SECTION@-title.txt}}\\[\baselineskip] +{\Large \input{@SECTION@-subtitle.txt}} \end{center} \vspace*{\fill}
--- a/makeBooke.sh Fri Nov 04 00:03:54 2016 +0000 +++ b/makeBooke.sh Fri Nov 04 00:48:23 2016 +0000 @@ -27,11 +27,13 @@ cp buzzard.pdf $builddir for item in title subtitle instrument do - rm -f $builddir/$item.txt + rm -f $builddir/$item.txt $builddir/$1-$item.txt if [ -r $booke/$item.txt ]; then - cp $booke/$item.txt $builddir + cp $booke/$item.txt $builddir/$item.txt + cp $booke/$item.txt $builddir/$1-$item.txt else touch $builddir/$item.txt + touch $builddir/$1-$item.txt fi done for item in intro