Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
Vincent Hennebert d058e87015 Merged revisions 679052-679352 via svnmerge from 16 anos atrás
..
docs Fixed FO validation problem and the header. 18 anos atrás
lib Move over from contrib/mathml 21 anos atrás
resources/META-INF/services Merged branch https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_ImagePackageRedesign (revs 594558 to 611138) into Trunk: 16 anos atrás
src/org/apache/fop/mathml Merged revisions 679052-679352 via svnmerge from 16 anos atrás
README Some instructions in the readme file for the MathML extension. 17 anos atrás
build.xml Changed license headers and updated NOTICE file according to: http://www.apache.org/legal/src-headers.html 18 anos atrás

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