emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] html export with imagemagick


From: Ivan Tadeu Ferreira Antunes Filho
Subject: Re: [O] html export with imagemagick
Date: Wed, 22 May 2019 15:46:01 -0400

I was having the same problem on some latex previews. It seems that imagemagick expects the file to be in the /tmp/ directory while latex itself was putting the file in the same directory.

My workaround was to use 'dvisvgm instead of 'imagemagick.

(setq org-preview-latex-default-process 'dvisvgm)
And when generating latex from a source block, to save the image as svg instead of png.

I think the same can be done for org-latex-create-formula-image-program 

Not a solution, just a simple workaround.

On Wed, May 22, 2019, 15:39 Joseph Vidal-Rosset <address@hidden> wrote:
Hello the list,

I try desperately to export an org file to html with imagemagick option (an not mathjax), and I have this error message:

convert-im6.q16: no images defined `/tmp/orgtexlyqPro.png' @ error/convert.c/ConvertImageCommand/3258.
org-compile-file: File "/tmp/orgtexlyqPro.png" wasn’t produced.  Please adjust ‘imagemagick’ part of ‘org-preview-latex-process-alist’.

I have in my user.el  (= init file)  :

(setq org-latex-create-formula-image-program 'imagemagick)

Any help is welcome,

Best wishes,

Jo.
_______________________________________________
Ita mailing list
address@hidden
http://mailman.mit.edu/mailman/listinfo/ita

reply via email to

[Prev in Thread] Current Thread [Next in Thread]