pandoc-1.14: Conversion between markup formats

CopyrightCopyright (C) 2007-2015 John MacFarlane
LicenseGNU GPL, version 2 or above
MaintainerJohn MacFarlane <jgm@berkeley.edu>
Stabilityalpha
Portabilityportable
Safe HaskellNone
LanguageHaskell98

Text.Pandoc.Readers.TeXMath

Description

Conversion of TeX math to a list of Pandoc inline elements.

Synopsis

Documentation

texMathToInlines Source

Arguments

:: MathType 
-> String

String to parse (assumes '\n' line endings)

-> [Inline] 

Converts a raw TeX math formula to a list of Pandoc inlines. Defaults to raw formula between $ or $$ characters if entire formula can't be converted.