To my knowledge there's no such thing currently available for FOP. You
could try to create a FOP extension, similar to the MathML extension,
that allows you to control an external TeX processor. The tricky thing
is probably finding a TeX implementation that can output SVG. I don't
know if such a things exists. EPS output won't help you with PDF and I
don't think there's a TeX implementation in Java that could be used to
render using FOP's PDF library. I believe you're out of luck here.

Are you sure you want to work with the CVS snapshot? That code is not
ready for productive use.

On 29.09.2004 11:38:32 Ganesh Babu Nallamothu, Integra-India wrote:
> I think you have misunderstood my requirement.
> 
> In my XML file the code will be like this.
> 
> <math type="tex">$\alpha \over \beta$</math>
> <math type="mathml"><mo></mo>...   </math>
> <math type="gif"><img src="0152.gif"/>
> 
> I want to render all 3 formats along with the text in the PDF file. For that
> I required to render TeX output, MathML output and embed gif image in the
> PDF. MathML output and gif embedding can be done using FOP. My question is
> how we will include TeX output in the PDF.
> 
> If you look the method of MathML rendering, From MathML code SVG will be
> generated and SVG will be embedded in the PDF. Similarly any method is there
> is embed TeX inside PDF?
> 
> I have downloaded the following zip file from the CVS snapshot
> xml-fop_20040921223357.tar.gz


Jeremias Maerki


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to