blob: cf5333ab1db05fe6dbb63bd40fe52de470780f7d (
plain)
1
2
3
4
5
6
7
8
|
This is a library for Haskell programs, providing functions to convert LaTeX
math formulas to presentation MathML. It supports basic LaTeX and AMS
extensions, but not macros.
This requires ghc, haskell-parsec, haskell-syb and haskell-xml.
After uninstalling, run this command to unregister the package from
the ghc package database: ghc-pkg recache
|