diff --git a/makeBooke.sh b/makeBooke.sh index 23bbb8e..5afaa61 100755 --- a/makeBooke.sh +++ b/makeBooke.sh @@ -46,7 +46,7 @@ find $booke -name "*.abc" | sort | name=`basename $filename .abc` echo -E "\begin{center}" >> $builddir/$output echo -E "\phantomsection" >> $builddir/$output - echo -E "\hypertarget{$name}{\includegraphics[width=\textwidth]{$graphicsdir/$name}}" >> $builddir/$output + echo -E "\hypertarget{$name}{\includegraphics[width=\textwidth,height=0.9\textheight,keepaspectratio]{$graphicsdir/$name}}" >> $builddir/$output echo -E "\addcontentsline{toc}{subsection}{$title}" >> $builddir/$output echo -E "\end{center}" >> $builddir/$output done