org.el (org-latex-preview-ltxpng-directory): Fix docstring formatting.
* org.el (org-latex-preview-ltxpng-directory): Fix docstring formatting.
This commit is contained in:
parent
dcdec74b00
commit
6c82226406
|
@ -3519,9 +3519,10 @@ imagemagick Convert the LaTeX fragments to pdf files and use imagemagick
|
||||||
(const :tag "imagemagick" imagemagick)))
|
(const :tag "imagemagick" imagemagick)))
|
||||||
|
|
||||||
(defcustom org-latex-preview-ltxpng-directory "ltxpng/"
|
(defcustom org-latex-preview-ltxpng-directory "ltxpng/"
|
||||||
"Path to store latex preview images. A relative path here creates many
|
"Path to store latex preview images.
|
||||||
directories relative to the processed org files paths. An absolute path
|
A relative path here creates many directories relative to the
|
||||||
puts all preview images at the same place."
|
processed org files paths. An absolute path puts all preview
|
||||||
|
images at the same place."
|
||||||
:group 'org-latex
|
:group 'org-latex
|
||||||
:version "24.3"
|
:version "24.3"
|
||||||
:type 'string)
|
:type 'string)
|
||||||
|
|
Loading…
Reference in New Issue