GeneralDon't let figures be alone

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
axelh
Posts: 16
Joined: Wed Jan 23, 2008 12:22 pm

Don't let figures be alone

Post by axelh »

I am writing my PhD thesis, full of images :)

I am using \begin{figure}[htbp] for the placement. In most cases it works, but in ~10% of the figures, the figure is shown alone in a float page (see image).

In this case, I would like the page containing the figure to continue with text right away, and not contain only the floating image. Do you know if there is some way to achieve that?

Thank you!!
Attachments
What I want to avoid.
What I want to avoid.
FigureAlone.JPG (15.04 KiB) Viewed 2549 times

Recommended reading 2024:

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

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

localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Don't let figures be alone

Post by localghost »

Use only [!ht] instead of the full list and see what happens.


Best regards and welcome to the board
Thorsten¹
User avatar
Stefan Kottwitz
Site Admin
Posts: 10348
Joined: Mon Mar 10, 2008 9:44 pm

Re: Don't let figures be alone

Post by Stefan Kottwitz »

Hi Axel,

welcome to the board!
Maybe it's already sufficient to remove the figure parameter p, perhaps add the ! parameter.

Stefan
LaTeX.org admin
axelh
Posts: 16
Joined: Wed Jan 23, 2008 12:22 pm

Re: Don't let figures be alone

Post by axelh »

Hello

Thanks for the quickest answer ever :)

I tried !htb, a mixture between both answers ;) , and it worked great, thank you!
Post Reply