diff options
author | Peter Wang <novalazy@gmail.com> | 2010-08-14 15:37:32 -0400 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2010-08-14 15:37:32 -0400 |
commit | 576d0894611c5a68470cff91c445487c832fb60c (patch) | |
tree | f1877605a0dbb3415c3c3957f0b9a1493344730b /libraries/haskell-texmath/README | |
parent | adead74991c3b1bc2fba0f3bb37f99ccc784f4a8 (diff) |
libraries/haskell-texmath: Added (LaTeX math formulas to MathML)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'libraries/haskell-texmath/README')
-rw-r--r-- | libraries/haskell-texmath/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libraries/haskell-texmath/README b/libraries/haskell-texmath/README new file mode 100644 index 0000000000000..2ea3bf86a3a9d --- /dev/null +++ b/libraries/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 |