Hi Nicolas,
I'm sorry for the late reply.
2013/12/3 Nicolas Goaziou :
> This should be fixed. Thank you for the detailed report.
Yes, I confirm that it's fixed now, thanks a lot! Though, I have
another problem: the `ltxpng/' directory isn't copied when publishing
the whole project. Do I need t
Hi folks,
in order to export to HTML LaTeX fragments (not necessarily math
fragments) as PNG pictures, I set
--8<---cut here---start->8---
#+LATEX_HEADER: \newenvironment{dummy}{}{}
#+OPTIONS: tex:dvipng
--8<---cut here---end-