diff options
author | pgj <pgj@FreeBSD.org> | 2010-01-13 06:22:11 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2010-01-13 06:22:11 +0800 |
commit | 6da4fa6a7e5c5f6d06591599368caff45cf327dd (patch) | |
tree | 90693ec237cec71397234ef59068b2307c09fd1d /textproc/Makefile | |
parent | 29d11b787c9bd4fe4861fb89fa1e840c0e675625 (diff) | |
download | freebsd-ports-gnome-6da4fa6a7e5c5f6d06591599368caff45cf327dd.tar.gz freebsd-ports-gnome-6da4fa6a7e5c5f6d06591599368caff45cf327dd.tar.zst freebsd-ports-gnome-6da4fa6a7e5c5f6d06591599368caff45cf327dd.zip |
The texmathml Haskell library provides functions to convert LaTeX math
formulas to presentation MathML. It supports basic LaTeX and AMS
extensions, but not macros.
WWW: http://hackage.haskell.org/package/texmath
PR: ports/142580
Submitted by: Jacula Modyun <jacula(at)gmail.com>
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index a50c00146771..4c59826b4ee1 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -225,6 +225,7 @@ SUBDIR += hs-polyparse-ghc SUBDIR += hs-stringsearch SUBDIR += hs-tagsoup + SUBDIR += hs-texmath SUBDIR += hs-xml SUBDIR += hsb-aspell SUBDIR += htdig |