However, this seems to cause a little bit of extension into the margin on the right side of the page because the figure float seems to insert a bit of space to the left of the figure. Is there a way to correct this without scaling the graphic? What I would want to do is remove the left margin the float commands seem to generate.
Thanks.
The general format for inserting figures I use is:
Code: Select all
\begin{figure}
\centering
\scalebox{1}{
\includegraphics{figrue1.pdf}}
\caption[Shrot caption]{Long caption}
\label{figureABC}
\end{figure}