diff options
Diffstat (limited to 'examples/mathml/README')
-rw-r--r-- | examples/mathml/README | 21 |
1 files changed, 5 insertions, 16 deletions
diff --git a/examples/mathml/README b/examples/mathml/README index 93474086d..9455ef859 100644 --- a/examples/mathml/README +++ b/examples/mathml/README @@ -1,21 +1,10 @@ FOP MathML Readme -This directory contains an extension for MathML that can be used with FOP. +The MathML extension is now maintained by the JEuclid project: -This extension works with JEuclid which is available from: -http://sourceforge.net/projects/jeuclid/ - -This simply uses JEuclid to convert the MathML CML into SVG. -The SVG is then handled as normal. +http://jeuclid.sourceforge.net/jeuclid-fop/ -Building the MathML extension: -To build the MathML extension, please download JEuclid using the link above. -Put the jeuclid.jar into the lib directory and run the Ant build script in -this directory. +Further information: -Usage: -When you've built the MathML extension, add jeuclid.jar and -build/mathml-fop.jar to the classpath used when running FOP. You can then -simply use MathML directly in fo:instream-foreign-object elements or -reference a MathML file in fo:external-graphic elements as shown in -the demo file: docs/mathml.fo
\ No newline at end of file +http://jeuclid.sourceforge.net/ +http://sourceforge.net/projects/jeuclid/ |