Code: Select all
\begin{figure}[htp]
\centering
\includegraphics{fig.jpg}
\caption{my caption}
\label{F_fig}
\end{figure}
Problem is that if the jpg is wider than the "printable" area of the page (i.e. A4 sheet less the left and right margins), the image continues in the page margin, which is obviously not good for me...
i know you can manually scale the images using [scale=0.5], but is there some automated way to have images scaled to the correct size, if they are too wide?
thanks