Before, I had figures in my latex file without captions. my code is like this,
Code: Select all
\begin{center}
\includegraphics[width=10cm]{fola}
\end{center}
For example, if I wanted two figures on one page, and there was only space left for one, then latex would add one, with some text, and would add the second image on the next page.
Is there any way to fix this?
Many Thanks