From 4011494a4774bbb6e9f188072606083ea2a6c1dd Mon Sep 17 00:00:00 2001 From: Carsten Dominik Date: Wed, 13 Oct 2010 14:33:48 +0200 Subject: [PATCH] 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. --- lisp/org-latex.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lisp/org-latex.el b/lisp/org-latex.el index 1abec609d..5baea3439 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