blob: 2ea3bf86a3a9d5b1f9957d8da8e8da7efa6c1500 (
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 and haskell-xml.
When uninstalling, run the following command to unregister the package
from the ghc package database: ghc-pkg recache
|