Mercurial > dottes
comparison makeBooke.sh @ 108:6ac6c797586d
First line width again - make it a fraction of the text width.
author | Jim Hague <jim.hague@laicatc.com> |
---|---|
date | Wed, 14 Mar 2012 15:53:10 +0000 |
parents | b3fa49555481 |
children | a63e39fc3410 |
comparison
equal
deleted
inserted
replaced
107:b3fa49555481 | 108:6ac6c797586d |
---|---|
55 find $booke -name "*.abc" | sort | | 55 find $booke -name "*.abc" | sort | |
56 while read filename | 56 while read filename |
57 do | 57 do |
58 title=`grep "^T:" $filename | head -1 | sed -e "s/^T: *//"` | 58 title=`grep "^T:" $filename | head -1 | sed -e "s/^T: *//"` |
59 name=`basename $filename .abc` | 59 name=`basename $filename .abc` |
60 echo -E "$title & \raisebox{-.25\height}{\includegraphics[width=9cm]{$graphicsdir/firstline-$name}} \\\\" >> $builddir/$output | 60 echo -E "$title & \raisebox{-.25\height}{\includegraphics[width=0.6\textwidth]{$graphicsdir/firstline-$name}} \\\\" >> $builddir/$output |
61 done | 61 done |
62 | 62 |
63 cat dottes.tex.footer >> $builddir/$output | 63 cat dottes.tex.footer >> $builddir/$output |
64 | 64 |
65 cp $outputa4 $builddir | 65 cp $outputa4 $builddir |