Graphics, Figures & Tables ⇒ how to place a figure on top of a float page
-
- Posts: 2
- Joined: Tue Jul 07, 2009 7:33 pm
how to place a figure on top of a float page
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
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
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
how to place a figure on top of a float page
Code: Select all
\makeatletter
\setlength{\@fptop}{0pt}
\makeatother
Besat regards and welcome to the board
Thorsten
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
you save me time.. it began to desesperate me