fix
This commit is contained in:
parent
896b4db68a
commit
a86ae9c632
1 changed files with 2 additions and 2 deletions
|
@ -142,9 +142,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