Browse Source

Improve docstring of `org-export-latex-minted'

	* org-latex.el (org-export-latex-minted): Document pygments
	dependency.
Dan Davison 14 năm trước cách đây
mục cha
commit
7e29685aa8
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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)
   (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
 passed to pdflatex."
   :group 'org-export-latex