org-latex.el: minor docstring clean up.
This commit is contained in:
parent
695b15da6d
commit
a9da06b1db
|
@ -398,8 +398,8 @@ example using customize, or with
|
||||||
(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 install
|
In addition, it is necessary to install
|
||||||
pygments (http://pygments.org), and to configure
|
pygments (http://pygments.org), and to configure the variable
|
||||||
`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.
|
||||||
"
|
"
|
||||||
|
|
Loading…
Reference in New Issue