little fix
This commit is contained in:
parent
f1033c3ea6
commit
b4c4c8339e
1 changed files with 4 additions and 1 deletions
|
@ -8,7 +8,10 @@
|
|||
:image-input-type "tex"
|
||||
:image-output-type "png"
|
||||
:image-size-adjust (1.0 . 1.0)
|
||||
:latex-compiler ("curl -F \"file=@%f\" http://0.0.0.0:8000")
|
||||
;; This works in my pc, but not in android.
|
||||
;; :latex-compiler ("curl -F \"file=@%f\" http://0.0.0.0:8000")
|
||||
;; For some reason this works in android (and also on pc)
|
||||
:latex-compiler ("curl -F \"file=@%f\" http://0.0.0.0:8000 && curl http://0.0.0.0:8000/tmp.png -o %O")
|
||||
:image-converter ("curl http://0.0.0.0:8000/tmp.png -o %O"))))
|
||||
|
||||
(setq org-latex-create-formula-image-program 'texpngweb)
|
Loading…
Reference in a new issue