diff --git a/makeBooke.sh b/makeBooke.sh index c3755ff..a1dc8fd 100755 --- a/makeBooke.sh +++ b/makeBooke.sh @@ -57,7 +57,7 @@ find $booke -name "*.abc" | sort | do title=`grep "^T:" $filename | head -1 | sed -e "s/^T: *//"` name=`basename $filename .abc` - echo -E "$title & \raisebox{-.25\height}{\includegraphics[width=8cm]{$graphicsdir/firstline-$name}} \\\\" >> $builddir/$output + echo -E "$title & \raisebox{-.25\height}{\includegraphics[width=9cm]{$graphicsdir/firstline-$name}} \\\\" >> $builddir/$output done cat dottes.tex.footer >> $builddir/$output