latex-formulae-pandoc

Render LaTeX formulae in pandoc documents to images with an actual LaTeX installation

http://github.com/liamoc/latex-formulae#readme

Version on this page:0.2.0.1
LTS Haskell 6.35:0.2.0.5
Stackage Nightly 2016-05-25:0.2.0.3
Latest on Hackage:0.2.0.6

See all snapshots latex-formulae-pandoc appears in

BSD-3-Clause licensed by Liam O'Connor
Maintained by [email protected]
This version can be pinned in stack with:latex-formulae-pandoc-0.2.0.1@sha256:317a8dd74b221b40fad375110c72101e4a616182b37b972193507cc0437ca37a,2051

Module documentation for 0.2.0.1

This library provides utility functions to convert LaTeX equations to images in Pandoc documents using the latex-formulae-image package. It requires an actual LaTeX installation to work (latex,dvips), along with ImageMagick's convert (which needs to understand PostScript)

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.