z*****n 发帖数: 7639 | 1 The last message is something like:
underfull \vbox (badness 10000) has occured while \output is active [5].
what is the problem? | T*******n 发帖数: 493 | 2 It means that the TeX engine was unable to fill up the available
space while it was in vertical mode, e.g., when it was in the final
stages of building a page and shipping out to the DVI file. The
badness in this case is 10000, so if you look at page 5 (the "[5]")
you should see that the page is "loose", perhaps with too much
white space between paragraphs, floats, headings, etc., i.e., between
the major "boxes" that stack together vertically to form the page.
Underfull \vbox's can also occur i
【在 z*****n 的大作中提到】 : The last message is something like: : underfull \vbox (badness 10000) has occured while \output is active [5]. : what is the problem?
| z*****n 发帖数: 7639 | 3 thanks for answer.
Actually the problem comes with the latex compiler.
It seems that once the .toc or .aux or whatever related
the project file is created last time with errors, the compiler doesn't
refresh these files and the error persists.
I tried to fixed error within the .tex file. But whatever I did, no pass
. Even I remove the .tex file from the project.
After I deleted those project files, everything goes fine.
【在 T*******n 的大作中提到】 : It means that the TeX engine was unable to fill up the available : space while it was in vertical mode, e.g., when it was in the final : stages of building a page and shipping out to the DVI file. The : badness in this case is 10000, so if you look at page 5 (the "[5]") : you should see that the page is "loose", perhaps with too much : white space between paragraphs, floats, headings, etc., i.e., between : the major "boxes" that stack together vertically to form the page. : Underfull \vbox's can also occur i
|
|