Mercurial > dottes
changeset 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 | 7cc689f59710 |
files | makeBooke.sh |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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