[Vim-latex-devel] Fwd: pdflatex problem
Brought to you by:
srinathava,
tmaas
From: Javier R. <jer...@gm...> - 2006-07-11 14:20:21
|
---------- Forwarded message ---------- From: Javier Rojas <jer...@gm...> Date: Jul 10, 2006 11:12 AM Subject: Re: [Vim-latex-devel] pdflatex problem To: andrew <and...@gm...> On 7/9/06, andrew <and...@gm...> wrote: > > Hi, > > I have a problem with pdflatex. Whenever I use \ll to compile the tex > file to pdf, I get a list of "errors" in the quickfix window. But it > is actually a list of sty files of some of the packages I used in the > tex file. For example: > > /tmp/v504866/6|| (/usr/share/texmf-tetex/tex/latex/subfigure/subfigure.sty > /tmp/v504866/6|| (/usr/share/texmf-tetex/tex/latex/amsfonts/umsa.fd) I am sure there is no error in the tex file except some underfull or > overfull boxes... > This is very annoying. Compiling using the dvi rule has no problem. Are you using eps figures? if so, convert them to jpg or pdf convert fig.eps fig.jpg or epstopdf fig.eps will do the trick on linux. remember that you can't use eps figures with pdflatex. If the error keeps appearing, send the error messages to the list |