pdf 输出中的随机页面

pdf 输出中的随机页面

由于某种原因,我今天编写文档后得到了这个页面, 无缘无故出现奇怪的 Latex 页面

日志文件显示了发生此情况的位置:

    Underfull \hbox (badness 3482) in paragraph at lines 1685--1685
\T1/mdugm/m/n/10 lated from pre-cip-itable
 []

[29]
Overfull \hbox (9.82391pt too wide) in paragraph at lines 1783--1788
 [][] 
 []

) (../5aims&objectives/aims&objectives.tex [30]) [31]
(../4data&methods/data&methods.tex [32]
Chapter 2.
<../figures/StudyArea.png, id=2314, 647.2983pt x 504.2037pt>
File: ../figures/StudyArea.png Graphic file (type png)
<use ../figures/StudyArea.png>
Package pdftex.def Info: ../figures/StudyArea.png  used on input line 57. on in
put line 57.
Package pdftex.def Info: Requested size: 455.24411pt x 354.60968pt on input lin
e 57.

具体来说,在你看到第2章^ 。这是我的序言,但我不认为问题出在其中。

如果有帮助的话,它位于一个章节的结尾和一个新的章节之间。

答案1

我感觉自己像个白痴。

我在我的文档中使用这样的标题来命名事物;

%---------------------
%SectionName
%---------------------

这发生过;

l---------------------
%SectionName
%---------------------

通过更正这个问题,问题解决了。我不敢相信我错过了这个。

相关内容