emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* [PATCH] Let =`make'= be an option to =`org-latex-pdf-process'=.
@ 2013-07-02  4:07 feng shu
  2013-07-02 16:54 ` Nicolas Goaziou
  0 siblings, 1 reply; 11+ messages in thread
From: feng shu @ 2013-07-02  4:07 UTC (permalink / raw)
  To: emacs-orgmode


[-- Attachment #1.1: Type: text/plain, Size: 1 bytes --]



[-- Attachment #1.2: Type: text/html, Size: 26 bytes --]

[-- Attachment #2: 0001-Let-make-be-an-option-to-org-latex-pdf-process.patch --]
[-- Type: application/octet-stream, Size: 1454 bytes --]

From 63eba2e491a0c410b3841cbad2dd1a9f80416bca Mon Sep 17 00:00:00 2001
From: Feng Shu <tumashu@gmail.com>
Date: Tue, 2 Jul 2013 11:52:10 +0800
Subject: [PATCH] Let =`make'= be an option to =`org-latex-pdf-process'=.

* ox-latex.el (org-latex-pdf-process): let =`make'= be a
  preconfigured choice and change the wording of the docstring.

TINYCHANGE
---
 lisp/ox-latex.el |    7 +++++--
 1 个文件被修改,插入 5 行(+),删除 2 行(-)

diff --git a/lisp/ox-latex.el b/lisp/ox-latex.el
index 09928a4..1708108 100644
--- a/lisp/ox-latex.el
+++ b/lisp/ox-latex.el
@@ -788,8 +788,9 @@ 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.
+provide similar functionality. The latter supports `biber' out
+of the box. If you prefer to use make command, you can create 
+Makefile and use `make' option. 
 
 Alternatively, this may be a Lisp function that does the
 processing, so you could use this to apply the machinery of
@@ -829,6 +830,8 @@ file name as its single argument."
 		 ("rubber -d --into %o %f"))
 	  (const :tag "latexmk"
 		 ("latexmk -g -pdf %f"))
+	  (const :tag "make"
+		 ("make"))
 	  (function)))
 
 (defcustom org-latex-logfiles-extensions
-- 
1.7.10.4


^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2013-07-03 14:01 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-02  4:07 [PATCH] Let =`make'= be an option to =`org-latex-pdf-process'= feng shu
2013-07-02 16:54 ` Nicolas Goaziou
2013-07-02 17:18   ` Jambunathan K
2013-07-02 17:21     ` Nicolas Goaziou
2013-07-02 17:48       ` Jambunathan K
2013-07-02 23:09   ` feng shu
2013-07-02 23:51     ` Suvayu Ali
2013-07-03  6:22       ` Feng Shu
2013-07-03  8:31         ` Suvayu Ali
2013-07-03 14:01           ` Feng Shu
2013-07-03  8:12       ` Bastien

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).