change org-latex-pdf-process to use lualatex not %latex
This commit is contained in:
@@ -874,11 +874,17 @@ contextual information."
|
|||||||
:config
|
:config
|
||||||
(setq org-latex-compiler "lualatex") ;; %latex in org-latex-pdf-process
|
(setq org-latex-compiler "lualatex") ;; %latex in org-latex-pdf-process
|
||||||
(setq org-latex-bib-compiler "biber") ;; %bib in org-latex-pdf-process
|
(setq org-latex-bib-compiler "biber") ;; %bib in org-latex-pdf-process
|
||||||
|
;; pdflatex
|
||||||
|
;; (setq org-latex-pdf-process
|
||||||
|
;; '("%latex -shell-escape -interaction nonstopmode -output-directory %o %f"
|
||||||
|
;; "%bib %b"
|
||||||
|
;; "%latex -shell-escape -interaction nonstopmode -output-directory %o %f"
|
||||||
|
;; "%latex -shell-escape -interaction nonstopmode -output-directory %o %f"))
|
||||||
(setq org-latex-pdf-process
|
(setq org-latex-pdf-process
|
||||||
'("%latex -shell-escape -interaction nonstopmode -output-directory %o %f"
|
'("lualatex --interaction=nonstopmode --output-directory=%o %f"
|
||||||
"%bib %b"
|
"biber %b"
|
||||||
"%latex -shell-escape -interaction nonstopmode -output-directory %o %f"
|
"lualatex --interaction=nonstopmode --output-directory=%o %f"
|
||||||
"%latex -shell-escape -interaction nonstopmode -output-directory %o %f"))
|
"laulatex --interaction=nonstopmode --output-directory=%o %f"))
|
||||||
(setq org-latex-listings t)
|
(setq org-latex-listings t)
|
||||||
(setq org-latex-listings-options
|
(setq org-latex-listings-options
|
||||||
'(("numbers" "left")
|
'(("numbers" "left")
|
||||||
|
|||||||
Reference in New Issue
Block a user