1

I'm trying to insert a new section into my document, which should essentially just be a figure with a footnote (it's an image of a time plan for the project being worked on). However, when I use the code as shown below, the header appears, but then leaves an entire page open before inserting the image. I've tried making the image smaller, but with the parameters as shown below it should have MORE than enough space to fit in the required area. Any ideas?

\section{Project Timeline}
Typetype
\begin{figure}
  \centering
  \includegraphics[width=12cm]{TimePlan1}
  \caption{The proposed project timeline}\label{TimePlan1}
\end{figure}
Martin
  • 43

0 Answers0