Search code examples
latexoverleaf

Why am I having this white space after the title? How can I remove it?


I am having this white space and I am not able to remove thisenter image description here


Solution

  • Try: \begin{figure}[htbp]. This should force it to place the figure at the location where it is in the source. This usually works for me.