Switch to LuaLaTeX in vimrc

This commit is contained in:
Talia 2020-01-17 11:01:57 +01:00
parent f46c77fd9d
commit cd8d34ef2d
1 changed files with 1 additions and 1 deletions

2
vimrc
View File

@ -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}'] ])