14 Jan
2012
14 Jan
'12
9:58 a.m.
On Fri, Jan 13 2012, Gerben Wierda wrote:
The following snippet:
\page\setuppapersize[A4,portrait][A4,portrait] \externalfigure[foo.pdf][factor=fit,orientation=90]
behaves like this:
the size is set to what fits *before* rotation. The order of orientation and factor does not matter. Is there anything I can do about that?
Perhaps with something like: \scale[width=\textwidth,height=\textheight]{\externalfigure[foo.pdf][orientation=90]} (not tested...) -- Peter