Switch to LuaLaTeX in vimrc
This commit is contained in:
parent
f46c77fd9d
commit
cd8d34ef2d
1 changed files with 1 additions and 1 deletions
2
vimrc
2
vimrc
|
@ -953,4 +953,4 @@ endfunction
|
||||||
|
|
||||||
" --- LaTeX Stuff ---
|
" --- LaTeX Stuff ---
|
||||||
|
|
||||||
command! Latex2PDF call Async([ 'pdflatex -draftmode '.expand('%'), 'biber '.expand('%:r'), 'pdflatex '.expand('%'), ['/bin/bash', '-c', 'rm *.{aux,bbl,dvi,log,blg,bcf,xml,toc}'] ])
|
command! Latex2PDF call Async([ 'lualatex -draftmode '.expand('%'), 'biber '.expand('%:r'), 'lualatex '.expand('%'), ['/bin/bash', '-c', 'rm *.{aux,bbl,dvi,log,blg,bcf,xml,toc}'] ])
|
||||||
|
|
Loading…
Reference in a new issue