| Portability | portable |
|---|---|
| Stability | alpha |
| Maintainer | John MacFarlane <jgm@berkeley.edu> |
| Safe Haskell | None |
Text.Pandoc.Readers.TeXMath
Description
Conversion of TeX math to a list of Pandoc inline elements.
- texMathToInlines :: MathType -> String -> [Inline]