@hackage latex-svg-image0.2

A library for rendering LaTeX formulae as SVG using an actual LaTeX

This library provides the basic infrastructure necessary to convert LaTeX formulae into SVG images, using a real LaTeX installation. This is useful in particular for showing formulae on websites, where using alternatives like MathJax is not an option (e.g, when you want to use various LaTeX packages that MathJax doesn't support).

This library requires latex, dvisvgm to be present in the system.

The companion library to this, latex-svg-pandoc, provides useful tools to integrate this library with pandoc, when generating HTML documents.

This is a fork of https://github.com/liamoc/latex-formulae