Hello,
i was searching the solution of my problem but i didn't find anything.
i'm trying to place a figure on top, but it is placed in the middle.
After the figure, i write a \clearpage command, so in that page it is just the figure, but i want to show it on top of page.
I don't know what is the right emplacement command because i think i have used all
[h!t], [t], [!t], [t!]
Please, can anybody help?
Thanks in advance
Graphics, Figures & Tables ⇒ how to place a figure on top of a float page
-
- Posts: 2
- Joined: Tue Jul 07, 2009 7:33 pm
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
how to place a figure on top of a float page
As soon as on a page there are only figures, this page becomes a float page with the floats spread regularly. You can suppress this behaviour by adding some lines to the preamble.
The placement specifiers you tried have only effect on pages with text and floats.
Besat regards and welcome to the board
Thorsten
Code: Select all
\makeatletter
\setlength{\@fptop}{0pt}
\makeatother
Besat 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
-
- Posts: 2
- Joined: Tue Jul 07, 2009 7:33 pm
Re: how to place a figure on top of a float page
thank you very much
you save me time.. it began to desesperate me
you save me time.. it began to desesperate me