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.5
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.5@sha256:51de9bcda901289dc17d67a92d665300dfc36c493d1fb110d26ff0d03829673c,2051

Module documentation for 0.2.0.5

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.