diff options
Diffstat (limited to 'haskell/haskell-texmath/README')
-rw-r--r-- | haskell/haskell-texmath/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/haskell/haskell-texmath/README b/haskell/haskell-texmath/README new file mode 100644 index 0000000000..2ea3bf86a3 --- /dev/null +++ b/haskell/haskell-texmath/README @@ -0,0 +1,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 |