no xelatex after all
This commit is contained in:
parent
6fff58cb5b
commit
410ff259e0
2 changed files with 2 additions and 2 deletions
|
@ -1 +1 @@
|
|||
$pdflatex="xelatex %O %S";
|
||||
#$pdflatex="xelatex %O %S";
|
||||
|
|
|
@ -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',
|
||||
|
|
Loading…
Add table
Reference in a new issue