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.4
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.4@sha256:413452964beac8963d1c607c29c35308261dfe2180447f083b000b8db252b4d7,2051

Module documentation for 0.2.0.4

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.