فهرست منبع

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.
Carsten Dominik 14 سال پیش
والد
کامیت
4011494a47
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 2 0
      lisp/org-latex.el

+ 2 - 0
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