[Vim-latex-devel] latexsuite
Brought to you by:
srinathava,
tmaas
From: nicolas <nic...@ma...> - 2012-03-25 17:31:57
|
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 I ask for *.pdf nothing happen. Can anyone give me some pointers on this? |