NOTICE: This package has been removed from pkgsrc

./wip/py-asciimathml, ASCIIMathML to MathML translator

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 0.9.4.1, Package name: py27-asciimathml-0.9.4.1, Maintainer: kamel.derouiche

Translates from ASCIIMathML (an easy to type and highly readable way to
represent math formulas) into Presentation MathML (a w3c standard directly
displayable by some web browsers).

The MathML tree is represented by Elements from the standard
xml.etree.ElementTree python library.

The obtained tree can then be further manipulated and then serialized into a
string to be included for example in a HTML document.

Also included is a markdown extension that allows the use of ASCIIMathML,
eclosed between $$, inside markdown documents


Required to run:
[textproc/py-elementtree] [lang/python27]

Required to build:
[pkgtools/cwrappers]

Master sites:

RMD160: 71d28a3724086d709c8975948bc41d527c0e87d1
Filesize: 20.804 KB

Version history: (Expand)


CVS history: (Expand)


   2014-05-09 09:38:42 by Thomas Klausner | Files touched by this commit (229)
Log message:
Mark packages that are not ready for python-3.3 also not ready for 3.4,
until proven otherwise.
   2014-01-26 16:49:50 by Thomas Klausner | Files touched by this commit (121)
Log message:
Mark packages as not python-3.x ready where appropriate.
   2012-11-09 19:31:51 by Kamel Derouiche | Files touched by this commit (4)
Log message:
Import py27-asciimathml-0.9.4.1 as wip/py-asciimathml.

Translates from ASCIIMathML (an easy to type and highly readable way to
represent math formulas) into Presentation MathML (a w3c standard directly
displayable by some web browsers).

The MathML tree is represented by Elements from the standard
xml.etree.ElementTree python library.

The obtained tree can then be further manipulated and then serialized into a
string to be included for example in a HTML document.

Also included is a markdown extension that allows the use of ASCIIMathML,
eclosed between $$, inside markdown documents