You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by "Vasil I. Yaroshevich" <sh...@mail.ru> on 2003/06/05 11:35:52 UTC

Re[2]: TeX to PDF serializator

AS> Vasil I. Yaroshevich wrote:

>>Whether exists subj?
>>
>>  
>>
>>  
>>
AS> what should this be good for? tex is not XML and hence can not take part 
AS> in the Cocoon pipeline.
Why not? I have a XML document with MathML fragment. Also I have XSLT
document for trasformation it to LaTeX.

AS>  To publish tex, you can use pdflatex and publish
AS> the PDF directly.
Of course.

I can make XML document such as
<root>
<![CDATA[
LaTex document there
]]>
</root>
and I want to convert it to PDF. How?


AS> what would definitly be useful is a tex generator, that generatex XML
AS> out of tex





-- 
Best regards,
 Vasil                            mailto:shade33@mail.ru


---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-users-unsubscribe@xml.apache.org
For additional commands, e-mail: cocoon-users-help@xml.apache.org


Re: Re[2]: TeX to PDF serializator

Posted by Andre Thenot <at...@thenot.net>.
On Thursday, June 5, 2003, at 05:35 AM, Vasil I. Yaroshevich wrote:

> I can make XML document such as
> <root>
> <![CDATA[
> LaTex document there
> ]]>
> </root>
> and I want to convert it to PDF. How?

Sure you can. But that defeats the whole purpose of using XML in 
the first place. :-)

> AS> what would definitly be useful is a tex generator, that 
> generatex XML
> AS> out of tex

Cocoon only processes XML in the pipeline. So to accomplish what 
you're describing, Alexander's solution would be more 
appropriate: Make a TeX generator, transform your XML how you 
want to, and serialize it to PDF.

TeX => XML ... XML => PDF.

If you want to skip the XML process, then Cocoon is not the 
appropriate tool (see pdflatex and friends for that).

Andre.


---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-users-unsubscribe@xml.apache.org
For additional commands, e-mail: cocoon-users-help@xml.apache.org