Fix typo latex compiler name
This commit is contained in:
parent
be1d3e1404
commit
fae79ae617
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue