# HG changeset patch # User Jim Hague # Date 1553382263 0 # Node ID a284fc64cb75baab0475abad0c8f14447c24624d # Parent 743b0abf73c699df1abdd801662ecc3d918a1efe Expand size of graphics in section intro. Unfortunately this is still done on an ad-hoc basis. Trying to do an automatic 'scale to fit vertical space' is beyond me for now. diff -r 743b0abf73c6 -r a284fc64cb75 dottes.tex --- a/dottes.tex Sat Mar 23 23:02:43 2019 +0000 +++ b/dottes.tex Sat Mar 23 23:04:23 2019 +0000 @@ -78,11 +78,9 @@ % Show the section graphic. % Args are the graphic filename. \newcommand{\showsectiongraphic}[1]{% - \vfill \begin{center} - \includegraphics[width=0.25\textwidth,keepaspectratio]{#1} + \includegraphics[height=0.60\textheight,keepaspectratio]{#1} \end{center} - \vfill } % ----- Paper size document setup diff -r 743b0abf73c6 -r a284fc64cb75 dottes.tex.section-tunes --- a/dottes.tex.section-tunes Sat Mar 23 23:02:43 2019 +0000 +++ b/dottes.tex.section-tunes Sat Mar 23 23:04:23 2019 +0000 @@ -13,7 +13,12 @@ \vspace*{\fill} +\ifdim \paperheight<200mm \newpage \fi + \showsectiongraphic{@SECTION@-image.jpg} + +\vspace*{\fill} + \input{@SECTION@-intro.tex} \newpage