forked from CryHavoc/dottes
First line width again - make it a fraction of the text width.
This commit is contained in:
parent
42dbba03e2
commit
25aea9f0c9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue