aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorJeremias Maerki <jeremias@apache.org>2006-09-04 19:30:58 +0000
committerJeremias Maerki <jeremias@apache.org>2006-09-04 19:30:58 +0000
commit288ab1139e16874f0b3bd969b2c9e1f3d4bb7d75 (patch)
tree668ac8fbbc056e3df7fd1d7fa981625583b71555 /examples
parent75d08a94c77b356b2eb5f57b14d341657f5a1013 (diff)
downloadxmlgraphics-fop-288ab1139e16874f0b3bd969b2c9e1f3d4bb7d75.tar.gz
xmlgraphics-fop-288ab1139e16874f0b3bd969b2c9e1f3d4bb7d75.zip
Some instructions in the readme file for the MathML extension.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@440154 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'examples')
-rw-r--r--examples/mathml/README11
1 files changed, 11 insertions, 0 deletions
diff --git a/examples/mathml/README b/examples/mathml/README
index 72860b124..93474086d 100644
--- a/examples/mathml/README
+++ b/examples/mathml/README
@@ -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