Re: [Vim-latex-devel] latexsuite compile target

2012-04-11 Thread Alessandro Pezzoni
I never did but I think you should have a look at the "Handling dependencies in compilation" manual section [1], which describes how to chain multiple compilation formats. In your case I think you should do something like this: let g:Tex_DefaultTargetFormat = 'pdf' let g:Tex_FormatDependency_pdf =

Re: [Vim-latex-devel] How Do I Enable Latex-Suite on Styles (cls, sty)?

2012-04-11 Thread Alex Xandra Albert Sim
Yes, I put the "filetype plugin on" but somehow it doesn't work. What should I check? On 8 April 2012 14:14, Alessandro Pezzoni wrote: > Hello, > did you put "filetype plugin on" before any autocmd in your .vimrc? > > Alessandro > > -- > If God had intended for email to be written in HTML, then t

Re: [Vim-latex-devel] How Do I Enable Latex-Suite on Styles (cls, sty)?

2012-04-11 Thread Alessandro Pezzoni
I'm not sure exactly. I had an issue where .sty files were assigned filetype "tex", but I didn't get any syntax highlighting. I had the "filetype plugin on" instruction in a separate rc file, which was sourced in my vimrc, after an autocommand for the "tex" filetype. Putting that line before the au