Fix typo
* org.el (org-preview-latex-process-alist): Fix typo in docstring.
This commit is contained in:
parent
96cfef229d
commit
2a8a8b3109
|
@ -4008,7 +4008,7 @@ All available processes and theirs documents can be found in
|
||||||
'((dvipng
|
'((dvipng
|
||||||
:programs ("latex" "dvipng" "gs")
|
:programs ("latex" "dvipng" "gs")
|
||||||
:description "dvi > png"
|
:description "dvi > png"
|
||||||
:message "you need to install programs: latex, dvipng and ghostscript."
|
:message "you need to install the programs: latex, dvipng and ghostscript."
|
||||||
:image-input-type "dvi"
|
:image-input-type "dvi"
|
||||||
:image-output-type "png"
|
:image-output-type "png"
|
||||||
:image-size-adjust (1.0 . 1.0)
|
:image-size-adjust (1.0 . 1.0)
|
||||||
|
@ -4017,7 +4017,7 @@ All available processes and theirs documents can be found in
|
||||||
(dvisvgm
|
(dvisvgm
|
||||||
:programs ("latex" "dvisvgm" "gs")
|
:programs ("latex" "dvisvgm" "gs")
|
||||||
:description "dvi > svg"
|
:description "dvi > svg"
|
||||||
:message "you need to install programs: latex, dvisvgm and ghostscript."
|
:message "you need to install the programs: latex, dvisvgm and ghostscript."
|
||||||
:use-xcolor t
|
:use-xcolor t
|
||||||
:image-input-type "dvi"
|
:image-input-type "dvi"
|
||||||
:image-output-type "svg"
|
:image-output-type "svg"
|
||||||
|
@ -4028,7 +4028,7 @@ All available processes and theirs documents can be found in
|
||||||
:programs ("latex" "convert" "gs")
|
:programs ("latex" "convert" "gs")
|
||||||
:description "pdf > png"
|
:description "pdf > png"
|
||||||
:message
|
:message
|
||||||
"you need to install programs: latex, imagemagick and ghostscript."
|
"you need to install the programs: latex, imagemagick and ghostscript."
|
||||||
:use-xcolor t
|
:use-xcolor t
|
||||||
:image-input-type "pdf"
|
:image-input-type "pdf"
|
||||||
:image-output-type "png"
|
:image-output-type "png"
|
||||||
|
@ -4078,7 +4078,7 @@ PROPERTIES accepts the following attributes:
|
||||||
|
|
||||||
Place-holders used by `:image-converter' and `:latex-compiler':
|
Place-holders used by `:image-converter' and `:latex-compiler':
|
||||||
|
|
||||||
%i input file name.
|
%f input file name.
|
||||||
%b base name of input file.
|
%b base name of input file.
|
||||||
%o base directory of input file.
|
%o base directory of input file.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue