diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-10-05 13:32:34 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-10-05 13:32:34 +0000 |
commit | f554ee40ab230dbfec2e9cb5b34e0330eeb94f07 (patch) | |
tree | b85204aa76981b508c0c557ac847c599f7a529cd /math/Makefile | |
parent | - Update to 0.98.3 (diff) |
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>
Notes
Notes:
svn path=/head/; revision=221239
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 |