0

I am extremely new to LaTeX so this question will definitely make me look like a newbie.

I'm attempting to put in two images into a report. The first one was placed exactly where I wanted it and it looks good. The second image does not fit onto the page and so it vectors it onto the next (which is completely fine). The issue is that it automatically places the image into the middle of the next page, which I don't want. I would like it to be at the top of the page.

Here is my code:

\begin{figure}[hbt!]
\centering
\includegraphics[width=\textwidth]{Images/CvsT.png}
\caption{C vs. T}
\label{fig:inputs}
\end{figure}

Any help is greatly appreciated.

Dyland
  • 1

0 Answers0