[Vim-latex-devel] latexsuite

2012-03-25 Thread nicolas
Hello, I have problem compiling tex file with latexsuite on Ubuntu. in my .vimrc, I have the following lines : filetype plugin on set grepprg=grep\ -nH\ $* filetype indent on let g:tex_flavor='latex' When I go to the menu and ask compile target if I put dvi, a dvi file is generated but

[Vim-latex-devel] latexsuite compile target

2012-04-10 Thread nicolas
To be able to compile a *.tex file to pdf, ps and dvi I edit my .vim/ftplugin/texrc in the following way and I obtain the right file formats but I still don't understand why compile to target does not compile at all. If I specify the target format nothing happen. Please tell me how I can correct