latex中,图片占据一整页,但是上下却有很多空白的解决办法

在begin document之前,加入下面这段代码: \renewcommand\floatpagefraction{.9}\renewcommand\t

在begin document之前,加入下面这段代码:

\renewcommand\floatpagefraction{.9}
\renewcommand\topfraction{.9}
\renewcommand\bottomfraction{.9}
\renewcommand\textfraction{.1}
\setcounter{totalnumber}{50}
\setcounter{topnumber}{50}
\setcounter{bottomnumber}{50}

立马能解决,效果就是下面这张图原本占据一整页,现在正常了
在这里插入图片描述