diff options
author | miwi <miwi@FreeBSD.org> | 2008-10-05 21:32:34 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-10-05 21:32:34 +0800 |
commit | de34448d3d2ea63ac43d937d15c9aab22e01a835 (patch) | |
tree | bfd770df1fe50e045e13103acfb373bdfdbfb079 /math/Makefile | |
parent | 98bff68a01078745eb96667112c25bac7f3b13f9 (diff) | |
download | freebsd-ports-gnome-de34448d3d2ea63ac43d937d15c9aab22e01a835.tar.gz freebsd-ports-gnome-de34448d3d2ea63ac43d937d15c9aab22e01a835.tar.zst freebsd-ports-gnome-de34448d3d2ea63ac43d937d15c9aab22e01a835.zip |
plasTeX is a LaTeX document processing framework
written entirely in Python. It currently comes
bundled with renderers for XHTML, DocBook, man
pages, plain text, as well as a way to simply dump
the document to a generic form of XML. Other
renderers can be added as well and are planned
for future releases.
WWW: http://plastex.sf.net/
PR: ports/127864
Submitted by: Wen Heping <wenheping at gmail.com>
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index f62b25754b09..8ea88bc9b1f2 100644 --- a/math/Makefile +++ b/math/Makefile @@ -398,6 +398,7 @@ SUBDIR += py-numeric SUBDIR += py-numeric17 SUBDIR += py-numpy + SUBDIR += py-plastex SUBDIR += py-probstat SUBDIR += py-scientific SUBDIR += py-symeig |