From 9a2a6c1f54bb652fb80d6c9f0669304914f34ef2 Mon Sep 17 00:00:00 2001 From: Andreas Maunz Date: Mon, 4 Feb 2013 19:27:27 +0100 Subject: Fixed vim latex --- _posts/2012-05-18-using-vim.md | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/_posts/2012-05-18-using-vim.md b/_posts/2012-05-18-using-vim.md index dc03cf5..d8a4a57 100644 --- a/_posts/2012-05-18-using-vim.md +++ b/_posts/2012-05-18-using-vim.md @@ -348,20 +348,6 @@ Now you can edit and compile TeX files. Basic editing and compiling --------------------------- -Create file `~/.vim/ftplugin/tex.vim` and insert - - " indentation - set sw=2 - - " compiler options - let g:Tex_DefaultTargetFormat='dvi' - let g:Tex_MultipleCompileFormats='dvi,pdf' - let g:Tex_FormatDependency_pdf = 'dvi,ps,pdf' - let g:Tex_CompileRule_dvi = 'latex --interaction=nonstopmode $* --src-specials' - let g:Tex_CompileRule_ps = 'dvips -Ppdf -o $*.ps $*.dvi' - let g:Tex_CompileRule_pdf = 'ps2pdf $*.ps' - - Add this to your `~/.vimrc`: " REQUIRED. This makes **Vim** invoke Latex-Suite when you open a tex file. -- cgit v1.2.3