Closed pkkm closed 8 years ago
Sorry for late reply.
I added -xelatex
and -lualatex
support to the latest version.
Please check it.
Thanks! After deleting an extraneous pair of parentheses and changing string to symbol comparison, I can confirm that the package now supports XeLaTeX and LuaLaTeX documents. I sent these small changes in pull request #21.
I think it would be nice if
latexmk
was called with the-xelatex
parameter whenTeX-engine
is set toxetex
, and with the-lualatex
parameter whenTeX-engine
isluatex
. This would makeauctex-latexmk
work out-of-the-box with XeLaTeX and LuaLaTeX documents.