Re: [Vim-latex-devel] More about F9 completion in multi-directory situation
Brought to you by:
srinathava,
tmaas
From: Ng Oon-Ee <ng...@gm...> - 2011-02-25 23:54:31
|
On Fri, 2011-02-25 at 14:31 -0500, Ted Pavlic wrote: > > Thanks Ted, but actually I don't even compile to ps =). dvi for editing, > > pdf for final submissions for me. > > In that case, get rid of the ps compile target. You'll never need it. > > (interesting that you never have to worry about the latex vs pdflatex > image problem... I suppose you always keep a pdflatex-compatible version > around and a latex-compatible version around manually (I have a Makefile > that automatically converts as needed)) > > --Ted I always have identically named images, one in eps and another in pdf (if original file is vector) or png (if original file is raster) in the same place. Force of habit, inkscape and gimp are almost always open anyway since my results are image heavy (computer vision research). |