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

* org-latex.el (org-export-latex-minted): Document pygments
	dependency.
This commit is contained in:
Dan Davison 2010-10-13 11:22:38 +01:00
parent b39f3ec692
commit 7e29685aa8
1 changed files with 2 additions and 1 deletions

View File

@ -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