add shell escape for some packages

This commit is contained in:
Felix Van der Jeugt 2015-05-27 14:10:44 +02:00
parent 24cf859941
commit ceb1487777
1 changed files with 1 additions and 1 deletions

View File

@ -243,7 +243,7 @@ function TexHook()
setlocal softtabstop=2
" setlocal foldmethod=marker
" Make a pdf
noremap <C-c> :!pdflatex '%'<CR><CR>
noremap <C-c> :!pdflatex -shell-escape '%'<CR><CR>
noremap <C-i> :!spawn zathura '%:p:r.pdf'<CR><CR>
endfunction