Graphics, Figures & TablesIndent entire \begin{figure} ... \end{figure} environment

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
niek
Posts: 6
Joined: Sat May 15, 2010 3:32 pm

Indent entire \begin{figure} ... \end{figure} environment

Post by niek »

Dear all,

Would any of you know if it is possible to indent the following entire environment:

Code: Select all

\begin{figure}
...
\end{figure}
Or is it maybe possible to just change the left pagemargin temporarily?

Any other suggestions are, of course, very welcome.

Thanks,

Niek

Recommended reading 2024:

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

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

User avatar
Stefan Kottwitz
Site Admin
Posts: 10359
Joined: Mon Mar 10, 2008 9:44 pm

Indent entire \begin{figure} ... \end{figure} environment

Post by Stefan Kottwitz »

Hi Niek,

the indentation should be made within the figure environment, not outside, since it's floating.

You could use a quote or quotation environment, or a list environment with customized indentation. Or change \leftskip within this environment, that change would be local. Here is an example for that: Changing margins for just one paragraph.

Stefan
LaTeX.org admin
Post Reply