Use luatex instead of xetex

This commit is contained in:
Marcus Kammer 2023-12-14 12:45:21 +01:00
parent aac54b72af
commit be1d3e1404
Signed by: marcuskammer
GPG key ID: C374817BE285268F

View file

@ -98,9 +98,9 @@
("" "xcolor")
("protrusion=true" "microtype")))
;; Define the process to convert Org to PDF using XeLaTeX
(org-latex-pdf-process '("latexmk -xelatex -shell-escape -quiet -f %f"))
(org-latex-pdf-process '("latexmk -lualatex -shell-escape -quiet -f %f"))
;; Set the compiler to XeLaTeX
(org-latex-compiler "xelatex")
(org-latex-compiler "luatex")
;; Enable listings and other table-related features
(org-latex-listings t)
(org-latex-tables-booktabs t)