summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Dominik <carsten.dominik@gmail.com>2010-10-13 14:33:48 +0200
committerCarsten Dominik <carsten.dominik@gmail.com>2010-10-13 14:33:48 +0200
commit4011494a4774bbb6e9f188072606083ea2a6c1dd (patch)
treecf9b0e68b0da038b8f40606df2129fed4f790e71
parentb39f3ec692bd3c0d454dd82788a6fe749785430b (diff)
downloadorg-mode-4011494a4774bbb6e9f188072606083ea2a6c1dd.tar.gz
Add rubber as a way to process LaTeX to pdf
* lisp/org-latex.el (org-latex-to-pdf-process): Add rubber as another default option.
-rw-r--r--lisp/org-latex.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/org-latex.el b/lisp/org-latex.el
index 1abec60..5baea34 100644
--- a/lisp/org-latex.el
+++ b/lisp/org-latex.el
@@ -546,6 +546,8 @@ This function should accept the file name as its single argument."
"pdflatex -interaction nonstopmode -output-directory %o %f"))
(const :tag "texi2dvi"
'("texi2dvi -p -b -c -V %f"))
+ (const :tag "rubber"
+ '("rubber -d --into %o %f"))
(function)))
(defcustom org-export-pdf-logfiles