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 =
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
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