1

I somehow cannot get the TeX-PDF plugin to compile the files appropriately. It states in the plugin description that it defaults ot pdflatex, which I have on my Windows 7, it is mapped in the path variable. It spits out the error:

compiled with errors 

which is baically an undefined case (there are no errors in the file, it compiles with pdflatex from the cmd well).

I tried almost all of the solutions for VIM (like vim-latex, atp, etc) but I can't get them to work with pdflatex. I just want to be able to avoid the process in the command line. I need a step by step, or really well explained guide, because I am sick of reading all the manuals from top to bottom, and not having a result.

4

1 回答 1

1

如果你

:set shellcmdflag=/k

从 Vim 调用的任何外部 shell 命令都会使控制台窗口保持打开状态。您将看到插件用于编译的确切命令行,并可以从那里调查问题所在。找到问题后,您需要“向后工作”以查看如何将修复程序放入插件中;也许有一个设置会影响编译。(我自己不知道/使用插件。)

于 2013-02-14T08:00:18.590 回答