I want to place a big figure perfectly in one full page (A4) such the body text before and after the figure flows smoothly. If i use float package [H] then the text after the figure starts as anew para and the text before figure does not end properly. How to do it? Because when i tried to play with scaling factor (115mm in code below), at one point some how one line of text (from body text) always appear below the figure..So if i increase the size, the figure goes to last page of my document. I just want to scale the figure (along with its caption) to one full page.
My code as follows:
Code: Select all
\begin{figure}[!t]/* i tried h,t,b, etc*/
\centering
\includegraphics[width=115mm]{nameos}
\caption{Lorentzian peaks.}\label{fig:catinpy}
\end{figure}