Tagged Questions
1
vote
1answer
409 views
Issues when compiling TeX files with Vim and LaTeX-suite
I'm having problems compiling a TeX file with LaTeX-suite on Ubuntu.
In my .vimrc, I have the following lines :
filetype plugin on
set grepprg=grep\ -nH\ $*
filetype indent on
let ...