Use luatex instead of xetex
This commit is contained in:
parent
aac54b72af
commit
be1d3e1404
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue