Hi Fabrice, Thank you for mentioning dvisvgm. I did some researches on it, and it seems that as for now, the only way to invoke dvisvgm is to first export the latex part to dvi, and call dvisvgm manually to convert it to svg, then include it in the org file, which, is too troublesome for me. Is there any plan to add dvisvgm as an alternative to dvipng and imagemagick? IMO svg images will look much better than png (well, in browsers supporting it), so that's a nice option to have. Regards, Haochen -- Mail from Haochen Xie On Tue, Aug 11, 2015 at 5:53 PM, Fabrice Popineau < fabrice.popineau@supelec.fr> wrote: > > > 2015-08-11 10:47 GMT+02:00 Haochen Xie : > >> Hi Andreas, >> >> Thank you for your reply. I've read the whole thread, and found your >> example (the second link) very useful. Although for some reason, SVG >> image is not working well on my machine (not being displayed in >> chrome, nor on IE. I don't have firefox installed), but since the SVG >> image generated by imagemagick is indeed a raster image, I don't see >> any benefit using SVG over PNG, and exporting to PNG works perfectly. >> >> > Use dvisvgm instead of imagemagick to generate the svg file. > > Fabrice >