]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Some instructions in the readme file for the MathML extension.
authorJeremias Maerki <jeremias@apache.org>
Mon, 4 Sep 2006 19:30:58 +0000 (19:30 +0000)
committerJeremias Maerki <jeremias@apache.org>
Mon, 4 Sep 2006 19:30:58 +0000 (19:30 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@440154 13f79535-47bb-0310-9956-ffa450edef68

examples/mathml/README

index 72860b1246daa388ad4dffe350a78fc109182f4d..93474086dfc3916819955ab32d2eaa5aac6be2d9 100644 (file)
@@ -8,3 +8,14 @@ http://sourceforge.net/projects/jeuclid/
 This simply uses JEuclid to convert the MathML CML into SVG.
 The SVG is then handled as normal.
 
+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.
+
+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