]> source.dussan.org Git - xmlgraphics-fop.git/commit
added an extension for mathml
authorKeiron Liddle <keiron@apache.org>
Tue, 23 Apr 2002 10:26:46 +0000 (10:26 +0000)
committerKeiron Liddle <keiron@apache.org>
Tue, 23 Apr 2002 10:26:46 +0000 (10:26 +0000)
commitc20413f5c2f9a5e1c042fc39d4a721b5500ce3dd
tree6cc88f6b7a3508ddf7776af95e387ef611adde63
parent95267f97c7549ca8dfbc37b48698367bd31e346b
added an extension for mathml
uses jeuclid to convert mathml into svg

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194741 13f79535-47bb-0310-9956-ffa450edef68
contrib/mathml/.cvsignore [new file with mode: 0644]
contrib/mathml/README [new file with mode: 0644]
contrib/mathml/build.sh [new file with mode: 0755]
contrib/mathml/build.xml [new file with mode: 0644]
contrib/mathml/docs/example.mml [new file with mode: 0644]
contrib/mathml/docs/mathml.fo [new file with mode: 0644]
contrib/mathml/lib/readme.txt [new file with mode: 0644]
contrib/mathml/resources/META-INF/services/org.apache.fop.fo.ElementMapping [new file with mode: 0644]
contrib/mathml/src/org/apache/fop/mathml/MathMLElement.java [new file with mode: 0644]
contrib/mathml/src/org/apache/fop/mathml/MathMLElementMapping.java [new file with mode: 0644]
contrib/mathml/src/org/apache/fop/mathml/MathMLObj.java [new file with mode: 0644]