First line width again - make it a fraction of the text width.

This commit is contained in:
Jim Hague 2012-03-14 15:53:10 +00:00
parent 42dbba03e2
commit 25aea9f0c9
1 changed files with 1 additions and 1 deletions

View File

@ -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