You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Jeremias Maerki 288ab1139e Some instructions in the readme file for the MathML extension. 17 lat temu
..
docs Fixed FO validation problem and the header. 18 lat temu
lib Move over from contrib/mathml 21 lat temu
resources/META-INF/services Move over from contrib/mathml 21 lat temu
src/org/apache/fop/mathml Changed license headers and updated NOTICE file according to: http://www.apache.org/legal/src-headers.html 18 lat temu
README Some instructions in the readme file for the MathML extension. 17 lat temu
build.xml Changed license headers and updated NOTICE file according to: http://www.apache.org/legal/src-headers.html 18 lat temu

README

FOP MathML Readme

This directory contains an extension for MathML that can be used with FOP.

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.

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