Graphics, Figures & TablesRemove vertical space before figure

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
Jorgen
Posts: 2
Joined: Fri May 25, 2012 2:39 pm

Remove vertical space before figure

Post by Jorgen »

Hey,

I have an issue trying to place a figure at the top of a page. Latex places my figure in the middle of the page. How can I avoid this? This is my code:

Code: Select all

\begin{figure}[bt]
			\centering
			\includegraphics{../Figurer/HWO_platform}
			\caption{Layout of HWO on load bearing platform \cite{SPE115527}}
			\label{HWOPlatform}
			\end{figure}
TIA,
Jorgen
Last edited by Stefan Kottwitz on Sun May 27, 2012 7:44 pm, edited 1 time in total.

Recommended reading 2024:

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

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

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

Remove vertical space before figure

Post by localghost »

Post Reply