From: Don Armstrong Date: Sun, 13 Oct 2013 06:37:19 +0000 (-0700) Subject: update xelatex command X-Git-Url: https://git.donarmstrong.com/?p=emacs.git;a=commitdiff_plain;h=c1da98d6fec0f0de3a13b311a5dee85730f8a64c;hp=a2f702fcb2eb36fdfc3d49fa33c721620b0c704c update xelatex command --- 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)))