From 25aea9f0c90d1268f80b41e760c799cb7cfd7b5a Mon Sep 17 00:00:00 2001 From: Jim Hague Date: Wed, 14 Mar 2012 15:53:10 +0000 Subject: [PATCH] First line width again - make it a fraction of the text width. --- makeBooke.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makeBooke.sh b/makeBooke.sh index a1dc8fd..4a73865 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=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