Fix typo latex compiler name

This commit is contained in:
Marcus Kammer 2023-12-14 13:16:44 +01:00
parent be1d3e1404
commit fae79ae617
Signed by: marcuskammer
GPG key ID: C374817BE285268F

View file

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