add shell escape for some packages
This commit is contained in:
parent
24cf859941
commit
ceb1487777
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue