no xelatex after all

This commit is contained in:
deneb 2025-03-30 19:21:40 +02:00
parent 6fff58cb5b
commit 410ff259e0
2 changed files with 2 additions and 2 deletions
.latexmkrc
dotconfig/nvim/lua

View file

@ -1 +1 @@
$pdflatex="xelatex %O %S";
#$pdflatex="xelatex %O %S";

View file

@ -18,7 +18,7 @@ vim.g.vimtex_compiler_method = 'latexmk'
vim.g.vimtex_compiler_latexmk = {
[ 'executable' ] = 'latexmk',
[ 'options' ] = {
'-xelatex',
--'-xelatex',
'-file-line-error',
'-synctex=1',
'-interaction=nonstopmode',