From: James D. <j-d...@us...> - 2003-05-04 11:36:39
|
In message <87i...@do...> on Sun, May 04, 2003 at 08:42:08AM +0200, Steinar Bang wrote: > If both width and depth are in place, only width is used in > \includegraphics. One day, on our way toward implementing imagedata for DocBook 2, this will get fixed. However, it still might not do what you want. <http://docbook.org/tdg/en/html/imagedata.html> says: "If scaling to fit is requested, the content area is scaled until either the content width is the same as the viewport width (and the content depth is less than or equal to the viewport depth) or the content depth is the same as the viewport depth (and the content width is less than or equal to the viewport width), whichever comes first. In other words, scaling to fit never causes anamorphic scaling, it simply scales the image as large as possible without overflowing the bounds of the viewport area." |