浏览代码

ox-latex: Fix latexmk command

* lisp/ox-latex.el (org-latex-pdf-process): Fix latexmk command.
Nicolas Goaziou 8 年之前
父节点
当前提交
a135f746a1
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lisp/ox-latex.el

+ 1 - 1
lisp/ox-latex.el

@@ -1184,7 +1184,7 @@ file name as its single argument."
 	  (const :tag "texi2dvi"
 		 ("LATEX=\"%latex\" texi2dvi -p -b -V %f"))
 	  (const :tag "latexmk"
-		 ("latexmk -g -pdflatex=\"%latex\" %f"))
+		 ("latexmk -g -pdf -pdflatex=\"%latex\" -outdir=%o %f"))
 	  (function)))
 
 (defcustom org-latex-logfiles-extensions