org-latex.el: minor docstring clean up.
This commit is contained in:
parent
695b15da6d
commit
a9da06b1db
|
@ -391,15 +391,15 @@ Alternatively,
|
||||||
(setq org-export-latex-listings 'minted)
|
(setq org-export-latex-listings 'minted)
|
||||||
|
|
||||||
causes source code to be exported using the minted package as
|
causes source code to be exported using the minted package as
|
||||||
opposed to listings. If you want to use minted, you need to add
|
opposed to listings. If you want to use minted, you need to add
|
||||||
the minted package to `org-export-latex-packages-alist', for
|
the minted package to `org-export-latex-packages-alist', for
|
||||||
example using customize, or with
|
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