# HG changeset patch # User Jim Hague # Date 1331740390 0 # Node ID 6ac6c797586d66fc6223ab35374430896f0b10e6 # Parent b3fa4955548110044e5d3121de9414f57ddfc1e8 First line width again - make it a fraction of the text width. diff -r b3fa49555481 -r 6ac6c797586d makeBooke.sh --- a/makeBooke.sh Wed Mar 14 15:46:28 2012 +0000 +++ b/makeBooke.sh Wed Mar 14 15:53:10 2012 +0000 @@ -57,7 +57,7 @@ do title=`grep "^T:" $filename | head -1 | sed -e "s/^T: *//"` name=`basename $filename .abc` - echo -E "$title & \raisebox{-.25\height}{\includegraphics[width=9cm]{$graphicsdir/firstline-$name}} \\\\" >> $builddir/$output + echo -E "$title & \raisebox{-.25\height}{\includegraphics[width=0.6\textwidth]{$graphicsdir/firstline-$name}} \\\\" >> $builddir/$output done cat dottes.tex.footer >> $builddir/$output