comparison dottes.tex @ 860:a284fc64cb75 build-default-318

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.
author Jim Hague <jim.hague@acm.org>
date Sat, 23 Mar 2019 23:04:23 +0000
parents 743b0abf73c6
children 7cc06a68a572
comparison
equal deleted inserted replaced
859:743b0abf73c6 860:a284fc64cb75
76 } 76 }
77 77
78 % Show the section graphic. 78 % Show the section graphic.
79 % Args are the graphic filename. 79 % Args are the graphic filename.
80 \newcommand{\showsectiongraphic}[1]{% 80 \newcommand{\showsectiongraphic}[1]{%
81 \vfill
82 \begin{center} 81 \begin{center}
83 \includegraphics[width=0.25\textwidth,keepaspectratio]{#1} 82 \includegraphics[height=0.60\textheight,keepaspectratio]{#1}
84 \end{center} 83 \end{center}
85 \vfill
86 } 84 }
87 85
88 % ----- Paper size document setup 86 % ----- Paper size document setup
89 87
90 \input{docsetup.tex} 88 \input{docsetup.tex}