V***@googlemail.com
2007-02-16 00:04:57 UTC
My respect to the TeX experts!
I'm writing a story with some illustrations (photos) in LaTeX. The
photos are of different aspect ratio and if I set their size in the
document by width or height, they look in the document as if some are
smaller than others. It would be nice to specify the area of the
images instead. Currently I adjust the size manually for every image
so that take approximately the same area in the document. Would be
great if this could be automated.
I'm using floatflt and code looks as such:
\begin{floatingfigure}[l]{75mm}
\noindent{\fbox{\includegraphics[width=74mm]{photo.jpg}}}
\end{floatingfigure}
I'm writing a story with some illustrations (photos) in LaTeX. The
photos are of different aspect ratio and if I set their size in the
document by width or height, they look in the document as if some are
smaller than others. It would be nice to specify the area of the
images instead. Currently I adjust the size manually for every image
so that take approximately the same area in the document. Would be
great if this could be automated.
I'm using floatflt and code looks as such:
\begin{floatingfigure}[l]{75mm}
\noindent{\fbox{\includegraphics[width=74mm]{photo.jpg}}}
\end{floatingfigure}