Hi,

xsl:fo would be the preferred route.
However, you could write a reader that takes the TEX docuement as its source
and generates the PDF output using a Java-callable pdflatex instance. You
basically stuff the output of the pdf compiler into the response output
stream

Adrian

----- Original Message -----
From: Torsten Curdt <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, November 16, 2001 1:44 PM
Subject: RE: Cocoon2 + LATEX?


> > Hello, friends!
> >
> > Does anybody know whether Cocoon can work with such programms as LATEX?
> > PROBLEM:
> > I create a TEX(LATEX) document from a XSP and a XSL and want to forward
> > this output stream (TEX) further to a "pdflatex" programm, that in its
> > turn makes from TEX doc a PDF file.
> > Is this generally possible to call from Cocoon other programms?
> >
> > Would be grateful for any help in this direction
> > Regards,
>
> Why would you first like to create a TEX document?!
> Why don't you use FO for this?
> --
> Torsten
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, email: [EMAIL PROTECTED]
>
>


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

Reply via email to