blob: 1b556b1994ce8825c33428b274ad241ad1e15ab1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
let g:Tex_MultipleCompileFormats = "dvi,pdf"
let g:Tex_UseUtfMenus = 1
let Tlist_Sort_Type = "order"
set grepprg=grep\ -nH\ $*
let tlist_tex_settings = 'latex;s:sections;g:graphics;l:labels'
set lbr " Break only between words
" also have a look at after/ftplugin/tex.vim
|