Graphics, Figures & TablesCaption of float objects

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
user_079
Posts: 1
Joined: Fri May 30, 2014 9:02 pm

Caption of float objects

Post by user_079 »

Hi!

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}
The problem is, that the caption starts at the left hand side of the figure although I'd like to have it on the left hand side of the page.

Does anybody know how to do that?

Thanks in advance,
Alex

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

Caption of float objects

Post by Johannes_B »

hi,
you didn't provide a minimal working example, so i can't test anything.
What you are describing is documentclass-depending. So a MWE (minimal working example) would be very helpful.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
Post Reply