b*****u 发帖数: 445 | 1 已经加载了amsmath,用这三个命令都试过了,还是不行。。。
报错:
Underfull \hbox (badness 10000) in paragraph at lines 20--23
Underfull \hbox (badness 10000) in paragraph at lines 25--27
SyncTeX warning: Synchronization was disabled from
the command line with -synctex=0
Changing the value of \synctex has no effect.[1{C:/ProgramData/MiKTeX/2.9/
pdftex/config/pdftex.map}]
! Undefined control sequence.
l.37 $\llbracket \test
{SESP} \rrbracket=\llbracket \verb|SES| \rrbracket (\l
...
? |
|
s*******n 发帖数: 2828 | 2 这是我的vimrc
let g:tex_flavor = "latex"
let g:Tex_CompileRule_dvi="latex -src-specials -interaction=nonstopmode $*"
let g:Tex_DefaultTargetFormat='pdf'
let g:Tex_MultipleCompileFormats='pdf'
let g:Tex_IgnoredWarnings =
\"Underfull\n".
\"Overfull\n".
\"specifier changed to\n".
\"You have requested\n".
\"Missing number, treated as zero.\n".
\"There were undefined references\n".
\"Citation %.%# undefined\n".
\"LaTeX Font Warning:\n"
" This number N says that latex-suite should ignore the first N of th... 阅读全帖 |
|
z*****n 发帖数: 7639 | 3 The last message is something like:
underfull \vbox (badness 10000) has occured while \output is active [5].
what is the problem? |
|
T*******n 发帖数: 493 | 4 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 |
|
i********w 发帖数: 2223 | 5 谢谢指点。
我查看了PDFTeXify.edt 文件,没有问题;
两个文件位置也没有问题。
但是运行pdftexify的时候 还会stop 然后有下面的提示:
Underfull \vbox (badness 1132) has occurred while \output is active
! I can't write on file `PHEV2.pdf'.
Please type another file name for output:
然后我还得手动关掉pdf
在你的 WinEdt 的安装目录下找到 \Exec\MiKTeX 子目录中的 PDFTeXify.edt
文件,用 WinEdt 打开,第 25 行为(我用的 WinEdt 版本是 5.4)
Exe('%b\Exec\Acrobat CloseDoc.edt');
它的功能就是自动关闭打开着的 pdf 文件,具体执行文件是 \Exec 子目录中
的 Acrobat CloseDoc.edt 文件。
确保这两个文件都是 WinEdt 的默认版本,并且安装在正确的目录下。 |
|
d*******1 发帖数: 854 | 6 这就是我的问题啊, 我的文件用LATEX和BIBTEX都可以, 就是PDFLATEX不行,得到一大堆下面的出错信息
LaTeX Warning: Reference `fig3' on page 4 undefined on input line 159.
Underfull \vbox (badness 4492) has occurred while \output is active
Overfull \hbox (5.47499pt too wide) has occurred while \output is active
\T1/aer/m/n/10.95 4 []
[4 ]
!pdfTeX error: pdflatex.exe (file U:/work/paper_abstract/JSSstyle/fig3.JPEG)
eading JPEG image failed (no JPEG header found)
==> Fatal error occurred, no outpu... 阅读全帖 |
|