像图形这样的浮动环境会在文档中留下空白区域

像图形这样的浮动环境会在文档中留下空白区域

由于浮动,图像位于文档末尾,我完全可以接受,但它会在文本块中留下空白。如何去除它?请帮忙。对于以下代码,输出为-

[Some text].


[Some more text] 


[Some text].
\begin{center}
\begin{figure}
    \centering
    \includegraphics[width=1.0\textwidth]{secondaryif.png}
    \caption[details of the image. Image source: \href{url}{http://wikipedia.org/wiki/index.php/Image:myimage.png}}
    \label{fig:secondaryif}
\end{figure}
\end{center}
[Some more text]

相关内容