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.3
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.3@sha256:122f533b12849a07a97e386b7cf8edae7f96d2b9da3d8b1788011c6f2e6febf3,2051

Module documentation for 0.2.0.3

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.