Code: Select all
Paragraph 1 of texts
\begin{landscape}
\begin{figure}[h!]
\centering
\includegraphics[scale=0.8]{filename.png}
\caption{blahblah}
\label{fig:figurename}
\end{figure}
\end{landscape}
Paragraph 2 of texts
I tried with the floating option of figure command, but no luck to success. Can anyone tell me how to make the texts from paragraph 2 to automatically fill in the white space below the paragraph 1?
Thanks a lot for your help.