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.2
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.2@sha256:2a6ff16c47a782fdf9cd0aa445c6e0bf3a0667464547c5af6653d5852141a043,2051

Module documentation for 0.2.0.2

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.