This commit is contained in:
tavo-wasd 2024-06-23 11:12:47 -06:00
parent f2a0b1701e
commit a09b942b9d

View file

@ -4,9 +4,9 @@
(progn ;; Android custom org-latex-preview (progn ;; Android custom org-latex-preview
(setq org-preview-latex-process-alist (setq org-preview-latex-process-alist
'((dvipngweb '((dvipngweb
:programs ("latex" "dvipng") :programs ("curl")
:description "dvi > png" :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-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)