I have got a problem with the caption of my figures. I would like to have figures in center but having the caption started on the left hand side of the page.
To include figures I'm using:
Code: Select all
\begin{figure}[!h]
\centering
\includegraphics[width=10cm, keepaspectratio]{Example.png}
\caption{Caption of the figure.}
\label{fig:example}
\end{figure}
Does anybody know how to do that?
Thanks in advance,
Alex