comparison makeBookeTunePages.sh @ 282:ced1d1ba42f6

Various revisions of printed book presentation. 1. Purple background on the front and and new blank back pages. 2. UK English for hyphenation and date presentation. 3. Dedication and 'About Havoc' section. 4. Footer just page number in centre of page. 5. Revised copyright discussion. 6. Since it's a book, make content, intro and first lines to chapters. And prompt individual tunes to sections. 7. Omit 'Tunes' chapter heading. It doesn't look good in A5.
author Jim Hague <jim.hague@acm.org>
date Fri, 05 Jul 2013 18:56:34 +0100
parents 06e140f48543
children c3b300378738
comparison
equal deleted inserted replaced
281:9635fe8d6bf6 282:ced1d1ba42f6
43 title=$retval 43 title=$retval
44 44
45 echo -E "\vfill \begin{center}" >> $tunesoutput 45 echo -E "\vfill \begin{center}" >> $tunesoutput
46 echo -E "\phantomsection" >> $tunesoutput 46 echo -E "\phantomsection" >> $tunesoutput
47 echo -E "\hypertarget{$name}{\includegraphics[width=\textwidth,height=0.85\textheight,keepaspectratio]{$graphicsdir/$name}}" >> $tunesoutput 47 echo -E "\hypertarget{$name}{\includegraphics[width=\textwidth,height=0.85\textheight,keepaspectratio]{$graphicsdir/$name}}" >> $tunesoutput
48 echo -E "\addcontentsline{toc}{subsection}{$title}" >> $tunesoutput 48 echo -E "\addcontentsline{toc}{section}{$title}" >> $tunesoutput
49 echo -E "\end{center}" >> $tunesoutput 49 echo -E "\end{center}" >> $tunesoutput
50 50
51 changefile=`$dir/abcfield.py --field N $filename | grep "Change:" | sed -e "s/Change: *//"` 51 changefile=`$dir/abcfield.py --field N $filename | grep "Change:" | sed -e "s/Change: *//"`
52 changetitle="" 52 changetitle=""
53 if [ -n "$changefile" ]; then 53 if [ -n "$changefile" ]; then