summaryrefslogtreecommitdiff
path: root/.vim/ftplugin/tex.vim
diff options
context:
space:
mode:
Diffstat (limited to '.vim/ftplugin/tex.vim')
-rw-r--r--.vim/ftplugin/tex.vim10
1 files changed, 10 insertions, 0 deletions
diff --git a/.vim/ftplugin/tex.vim b/.vim/ftplugin/tex.vim
new file mode 100644
index 0000000..ea41f39
--- /dev/null
+++ b/.vim/ftplugin/tex.vim
@@ -0,0 +1,10 @@
+let g:Tex_MultipleCompileFormats = "dvi,pdf"
+let g:Tex_ViewRule_pdf = "epdfview"
+let g:Tex_UseUtfMenus = 1
+let g:Tex_DefaultTargetFormat="pdf"
+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