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}
Jorgen