Description
Render LaTeX formulae in pandoc documents to images with an actual LaTeX.
Description
This library provides utility functions to convert LaTeX equations to images in Pandoc documents using the latex-svg-image
package. It requires an actual LaTeX installation to work (latex
, dvisvgm
).
An executable is also provided which can be used as a Pandoc filter from the commandline, which allows this technique to be used even for standalone Pandoc jobs.
This is a fork of https://github.com/liamoc/latex-formulae