浏览代码

Merge branch 'master' of git+ssh://repo.or.cz/srv/git/org-mode

Carsten Dominik 14 年之前
父节点
当前提交
3047091bc7
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      lisp/org-latex.el

+ 2 - 1
lisp/org-latex.el

@@ -421,7 +421,8 @@ for example using customize, or with something like
   (require 'org-latex)
   (require 'org-latex)
   (add-to-list 'org-export-latex-packages-alist '(\"\" \"minted\"))
   (add-to-list 'org-export-latex-packages-alist '(\"\" \"minted\"))
 
 
-In addition, it is neccessary to configure
+In addition, it is neccessary to install
+pygments (http://pygments.org), and configure
 `org-latex-to-pdf-process' so that the -shell-escape option is
 `org-latex-to-pdf-process' so that the -shell-escape option is
 passed to pdflatex."
 passed to pdflatex."
   :group 'org-export-latex
   :group 'org-export-latex