This commit is contained in:
tavo-wasd 2024-06-23 11:12:57 -06:00
parent 896b4db68a
commit a86ae9c632

View file

@ -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)