summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrasmus <rasmus@gmx.us>2013-06-21 17:57:32 +0200
committerNicolas Goaziou <n.goaziou@gmail.com>2013-06-21 23:52:44 +0200
commit2d98dd80a4c8f684a755b825165c1d9fd39472fb (patch)
tree514fbdf5a0b3d5729bb2f48750a649a68c26221e
parentd34813c64a8805de25de669d3c1f6f1691e94be6 (diff)
downloadorg-mode-2d98dd80a4c8f684a755b825165c1d9fd39472fb.tar.gz
Let =`latexmk'= be an option to =`org-latex-pdf-process'=.
* ox-latex.el (org-latex-pdf-process): let =`latexmk'= be a preconfigured choice and change the wording of the docstring. TINYCHANGE
-rw-r--r--lisp/ox-latex.el10
1 files changed, 8 insertions, 2 deletions
diff --git a/lisp/ox-latex.el b/lisp/ox-latex.el
index e863e6a..f2c6261 100644
--- a/lisp/ox-latex.el
+++ b/lisp/ox-latex.el
@@ -784,8 +784,12 @@ the infamous egrep/locale bug:
http://lists.gnu.org/archive/html/bug-texinfo/2010-03/msg00031.html
-then `texi2dvi' is the superior choice. Org does offer it as one
-of the customize options.
+then `texi2dvi' is the superior choice as it automates the LaTeX
+build process by calling the \"correct\" combinations of
+auxiliary programs. Org does offer `texi2dvi' as one of the
+customize options. Alternatively, `rubber' and `latexmk' also
+provide similar functionality. The latter supports `biber' out
+of the box.
Alternatively, this may be a Lisp function that does the
processing, so you could use this to apply the machinery of
@@ -823,6 +827,8 @@ file name as its single argument."
("texi2dvi -p -b -V %f"))
(const :tag "rubber"
("rubber -d --into %o %f"))
+ (const :tag "latexmk"
+ ("latexmk -g -pdf %f"))
(function)))
(defcustom org-latex-logfiles-extensions