Possible Duplicate:
Center figure that is wider than \textwidth
I'm using a fairly small width for my papers but this way my images get smaller. Is there a way to place images more to the left so they can be bigger. Because now i only get bigger images to the right.
Currently I use:
\begin{figure}[H] \centering
\includegraphics[width=1.1\textwidth]{image.jpg}
\caption{caption}
\label{label}
\end{figure}
