我正在使用 overleaf 并收到以下消息:
Underfull \vbox (badness 4543) has occurred while \output is active []
我不知道这是什么意思。它出现在一个数字后面的日志中:
出现该消息的日志输出:
File: figures/logo-etsit2.png Graphic file (type png)
<use figures/logo-etsit2.png>
Package pdftex.def Info: figures/logo-etsit2.png used on input line 325.
(pdftex.def) Requested size: 36.67815pt x 56.9055pt.
[5pdfTeX warning (ext4): destination with the same identifier (name{figure.2})
has been already used, duplicate ignored
\AtBegShi@Output ...ipout \box \AtBeginShipoutBox
\fi \fi
l.325 \end{enumerate}
</compile/figures/t.png> </compile/figures/TvsN.png>]
<figures/chi.JPG, id=167, 732.48656pt x 376.40625pt>
File: figures/chi.JPG Graphic file (type jpg)
<use figures/chi.JPG>
Package pdftex.def Info: figures/chi.JPG used on input line 360.
(pdftex.def) Requested size: 366.24237pt x 188.20265pt.
**Underfull \vbox (badness 4543) has occurred while \output is active []**
File: figures/logo-etsit2.png Graphic file (type png)
<use figures/logo-etsit2.png>
Package pdftex.def Info: figures/logo-etsit2.png used on input line 364.
(pdftex.def) Requested size: 36.67815pt x 56.9055pt.
[6]
我不知道这是否与我在输出 pdf 中看到的以下问题有关:
每个项目之间的空格太大。如果我在前面的部分中写相同的文本,其中空格是正常的,我会得到:
除了上一条消息之外,我没有收到其他错误,所以我不知道是否与此有关。我认为不仅项目空间太大,而且对于方程式环境来说也是如此。
答案1
偶然中我找到了解决方案:
在图形位置选项中,我进行了更改[H]
,[!ht]
错误消失了,间距再次正确。
谢谢!
\begin{figure}[!ht]
\centering
\includegraphics[scale=0.5]{figures/chi.JPG}
\caption{Chi-square}
\label{fig:chi}
\end{figure}