Re: MathML

2004-07-16 Thread Jeremias Maerki
The MathML extension is in CVS HEAD under examples/mathml, not in the maintenance branch. And it will probably take a bit to adjust it for FOP 0.20.5. http://cvs.apache.org/viewcvs.cgi/xml-fop/examples/mathml/ On 16.07.2004 22:29:47 J.Pietschmann wrote: > Ganesh Babu Nallamothu, Integra-In

Re: MathML

2004-07-16 Thread J.Pietschmann
developers?? There is a FOP MathML extension using JEuclid in the CVS repository. You can check it out (from the maintenance branch), build FOP and create a servicec entry for the MathML element mapping (there should be a sample), it should work then. J.Pietschmann

Re: MathML

2004-07-16 Thread Simon Pepping
l be very useful. > > Is this task is in the whish list of FOP developers?? On my wish list, yes. In the near future, no. I believe it is possible to do MathML using JEuclid, which gives you SVG images for the formulas. Regards, Simon -- Simon Pepping home page: http://ww

MathML

2004-07-16 Thread Ganesh Babu Nallamothu, Integra-India
Hi Everybody, I am using FOP for batch pagination of books. My problem with this is Math content. When we encounter Math we need to switch to PassiveTeX. But if you can add Math support to FOP itself if will be very useful. Is this task is in the whish list of FOP developers?? Thanks Ganesh

Re: Problems with MathML Formulas and the fop developer version

2003-08-28 Thread J.Pietschmann
[EMAIL PROTECTED] wrote: How can I set the fop-0_20_2-maintain tag? See http://www.apache.org/dev/contributors.html#cvsbasics Developer build fop.jar there are no packages: - org.apache.fop.messaging - org.apache.fop.configuration more. HEAD uses Avalon logging and configuration. Actually, I don't

Problems with MathML Formulas and the fop developer version

2003-08-28 Thread michaweg
Hello, Thank you for your answer, it helped me. How can I set the fop-0_20_2-maintain tag? I hava now a fop.jar and so on with MathML Support and this works with the ExampleFO2PDF.java and the given examples and: driver.addElementMapping("org.apache.fop.mathml.MathMLElementMapping&qu

Re: Problems with MathML Formulas

2003-08-27 Thread Chris Bowditch
From: [EMAIL PROTECTED] Now I discovered that FOP will support MathML now or in the future (http://xml.apache.org/fop/design/extending.html#status-wip). caveat: I havent used MathML myself. I believe this WIP note is referring to the Trunk development, which is not the same as the FOP that is

Problems with MathML Formulas

2003-08-27 Thread michaweg
Hello, I have an xml Doucment which contains MathML (http://www.w3.org/1998/Math/MathML/). The strcuture is: ... body ==> p for text, program for programcode, formula, ... ... A little example: I (

Re: Maturity of MathML extension

2003-05-18 Thread Jeremias Maerki
The MathML extension is simply a demo extension for FOP at this time. If you want to check out on the maturity of the extension you'll have to see for yourself if it suits your needs. Just let me tell you that the MathML extension is written for and located in the CVS space of our redesign e

Maturity of MathML extension

2003-05-16 Thread Mark R. Diggory
Hi all, I have a question concerning the maturity of the MathML extension. Is it mature enough to be used to generate PDF content for MathML thats possibly embedded in Apache xdoc? We're considering using it to build javadoc content. -Mark Di

Re: SV: MathML Extension

2003-03-26 Thread Pete Räsänen
Well.. what I can find there is only the sources, not the jar. I asked a simple way, not 'get-the-sources-and-build-with-cocoon' thing =) -pete On Wed, 26 Mar 2003, Uwe Klosa wrote: > Pete, > > You can get the jeuclid.jar here: http://sourceforge.net/projects/jeuclid/ > > Regards > > Uwe >

SV: MathML Extension

2003-03-26 Thread Uwe Klosa
Pete, You can get the jeuclid.jar here: http://sourceforge.net/projects/jeuclid/ Regards Uwe -Ursprungligt meddelande- Från: Pete Räsänen [mailto:[EMAIL PROTECTED] Skickat: den 25 mars 2003 19:13 Till: [EMAIL PROTECTED] Ämne: MathML Extension What is the simpliest way to get the

MathML Extension

2003-03-25 Thread Pete Räsänen
What is the simpliest way to get the MathML extension working? Do I have to install Cocoon? Where can i get the jeuclid.jar which it seems to need? Do I have to build jeuclid from sources too? There is one MathML example included. It would be useful to see the pdf that it should result. In fact

Re: How do I use MathML with FOP?

2003-01-15 Thread J.Pietschmann
Graham Hannington wrote: How can I include MathML-source equations etc. into a PDF? Do a CVS checkout and look into contrib/MathML. There is a README file with a few more details. (I'm afraid I don't know much about MathML: is there a tool/stylesheet to transform MathML into FO, It depen

How do I use MathML with FOP?

2003-01-15 Thread Graham Hannington
How can I include MathML-source equations etc. into a PDF? (I'm afraid I don't know much about MathML: is there a tool/stylesheet to transform MathML into FO, which can then be included in an FO file with the rest of the content required in the PDF, prior to using FOP?) Graham

Re: mathml and fop

2002-03-05 Thread ronald heller
check out: http://www.schemasoft.com/MathML/ found the link it on a w3c page about svg. Cheers RH At 02:44 PM 3/5/02 +0100, you wrote: On 2002.03.05 14:37 Nicola Ken Barozzi wrote: See https://sourceforge.net/projects/jeuclid/ The JEuclid is a project, which creates the possibility to display

Re: mathml and fop

2002-03-05 Thread Keiron Liddle
On 2002.03.05 14:37 Nicola Ken Barozzi wrote: See https://sourceforge.net/projects/jeuclid/ The JEuclid is a project, which creates the possibility to display MathML content. It is primary a Transformer/Serializer for the Cocoon project, and creates GIF images or converts the MathML content to SVG

Re: mathml and fop

2002-03-05 Thread Nicola Ken Barozzi
See https://sourceforge.net/projects/jeuclid/ The JEuclid is a project, which creates the possibility to display MathML content. It is primary a Transformer/Serializer for the Cocoon project, and creates GIF images or converts the MathML content to SVG. -- Nicola Ken Barozzi

Re: mathml and fop

2002-03-05 Thread James Richardson
alex wrote: Ok Here's my guess What you need to do is to take the MathML and convert it to vector graphics (SVG) and then feed the SVG to FOP. Unfortunately I don't know of such a tool. Anyone want to take up the baton? I think custard might work http://www.schemasoft.com/M

Re: mathml and fop

2002-03-05 Thread alex
At 12:25 05/03/02, Tony McNicholl wrote: Hi I need to include a few maths formulae (both inline and displayed) and a 3x3 matix in a pdf document created from an XML source. As fop does not recognize mathml any suggestions how I can do it? Hello Tony. I'm not sure if this is obvious to yo

mathml and fop

2002-03-05 Thread Tony McNicholl
Hi I need to include a few maths formulae (both inline and displayed) and a 3x3 matix in a pdf document created from an XML source. As fop does not recognize mathml any suggestions how I can do it? Tony McNicholl [EMAIL PROTECTED]