]> git.donarmstrong.com Git - emacs.git/commitdiff
update xelatex command
authorDon Armstrong <don@donarmstrong.com>
Sun, 13 Oct 2013 06:37:19 +0000 (23:37 -0700)
committerDon Armstrong <don@donarmstrong.com>
Sun, 13 Oct 2013 06:37:19 +0000 (23:37 -0700)
.emacs

diff --git a/.emacs b/.emacs
index dae268c5ba8ca77d10ecb0d04fe7e0b023bc4560..98063beef144eb8ef9dd46eb997895dfba28e6e9 100644 (file)
--- 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)))