From c1da98d6fec0f0de3a13b311a5dee85730f8a64c Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Sat, 12 Oct 2013 23:37:19 -0700 Subject: [PATCH 1/1] update xelatex command --- .emacs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.emacs b/.emacs index dae268c..98063be 100644 --- a/.emacs +++ b/.emacs @@ -637,7 +637,7 @@ Argument DESCRIPTION MIME description." (setq texcmd "latexmk -pdflatex='pdflatex -synctex=1 --shell-escape' -pdf %f")) ;; xelatex -> .pdf (if (string-match "LATEX_CMD: xelatex" (buffer-string)) - (setq texcmd "latexmk -pdflatex='xelatex -syntex=1 --shell-escape' -pdf %f")) + (setq texcmd "latexmk -pdflatex='xelatex -syntex=1 --shell-escape' -bibtex -use-make -pdf %f")) ;; LaTeX compilation command (setq org-latex-to-pdf-process (list texcmd))) -- 2.39.2