fix
This commit is contained in:
parent
f2a0b1701e
commit
a09b942b9d
1 changed files with 2 additions and 2 deletions
|
@ -4,9 +4,9 @@
|
|||
(progn ;; Android custom org-latex-preview
|
||||
(setq org-preview-latex-process-alist
|
||||
'((dvipngweb
|
||||
:programs ("latex" "dvipng")
|
||||
:programs ("curl")
|
||||
:description "dvi > png"
|
||||
:message "you need to install the programs: latex and dvipng."
|
||||
:message "you need to install the programs: curl."
|
||||
:image-input-type "dvi"
|
||||
:image-output-type "png"
|
||||
:image-size-adjust (1.0 . 1.0)
|
||||
|
|
Loading…
Reference in a new issue