I use:
\documentclss{mwrep}
...
\begin{figure}
\includegraphics{a.jpg}
\caption[Long caption]{Caption}
\label{pic-a}
\end{figure}
How can I make images to be always visible on the center of page? (To be more specific: the center of the image should be between the left and right margin - I use different left and right margins).
I don't want to put anything after every \begin{figure} in my document.
Important: I don't want to waste an entire page on a single image at the very center of the page. I want only horizontal alignment. (left <-> right)
\centeringafterfigure– Jul 14 '11 at 20:10captionor thehypcappackage. – Jul 14 '11 at 20:54captionandhypcap... none of them helped... – Ichibann Jul 14 '11 at 22:42