Graphics, Figures & Tables ⇒ Figure placement when using [p!] (page)
Figure placement when using [p!] (page)
I'm trying to get each figure on its own page for a dissertation (document class book), so (using graphicx) I declared:
Figures are put on a separate page, but the page occurs at the end of the chapter. Is there any way to have the figure appear on the page after the first reference to it?
Thanks
Thanks
NEW: TikZ book now 40% off at Amazon.com for a short time.

- Stefan Kottwitz
- Site Admin
- Posts: 10344
- Joined: Mon Mar 10, 2008 9:44 pm
Figure placement when using [p!] (page)
Hi,
you could use \clearpage to force the output of the figures, further you could combine it with afterpage.
Stefan
you could use \clearpage to force the output of the figures, further you could combine it with afterpage.
Stefan
LaTeX.org admin
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Figure placement when using [p!] (page)
Put the exclamation mark first in the option list.
The other parameters are not necessary if each figure shall appear on its own page like you described.
Best regards and welcome to the board
Thorsten
Best regards and welcome to the board
Thorsten
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Figure placement when using [p!] (page)
Type that before figures: Also check this topic I asked similar question: http://www.latex-community.org/forum/vi ... f=5&t=5903hughes wrote:I'm trying to get each figure on its own page for a dissertation (document class book), so (using graphicx) I declared: Figures are put on a separate page, but the page occurs at the end of the chapter. Is there any way to have the figure appear on the page after the first reference to it?
Thanks
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Figure placement when using [p!] (page)
This is not relevant to the problem discussed here because of a completely different environment for the figure.HypnosiS wrote:[...] Also check this topic I asked similar question: http://www.latex-community.org/forum/vi ... f=5&t=5903
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
-
- Posts: 1
- Joined: Tue Feb 12, 2019 5:09 pm
Figure placement when using [p!] (page)
I am sure the OP has moved on from this question, but I am putting this here for future users. I am also writing my thesis and am having the same problem. You can put the command \clearpage at any point in the document that you want figures with the placement code [!p] to end up on:
If I want two sequential figures to have their own pages, I'll write \clearpage after both of the \end{figure} commands. This will create a two new pages that floating, own-page figures can use.