Re: [Vim-latex-devel] Re: compiler rules
Brought to you by:
srinathava,
tmaas
From: Benji F. <be...@me...> - 2002-11-09 05:35:41
|
Hermitte Luc wrote: > * On Fri, Nov 08, 2002 at 04:18:28PM -0800, Srinath Avadhanula <sr...@fa...> wrote: > >>>think.) I have tested this on Linux, W95, and OSX. (On OSX, it is a >>>problem that compiler/tex.vim ignores the target format, since most >>>users want pdf instead of dvi.) >> > > Or may be just check tex-tools.vim + compiler/tex.vim (my variation of > a former Srinath's file) + vim-tex.sh > I already manage that and much more. The real problem is how to do it in the current structure of latex suite, and how that structure should be improved. > The dependancies for several compilation chains are managed, and the > compilation done. > tex-->dvi-->ps ; > latex + dvips > tex-->pdf ; > pdflatex > tex-->dvi-->ps-->pdf > latex + dvips -Ppdf + pspdf > Plus support of bibtex and makeindex if needed. > [The user can also choose pdftex, etex, epdflatex, ...] Does that mean that you run latex; latex; bibtex; latex if necessary? (Or is is latex; bibtex; latex; latex ?) --Benji |