blob: 8062396e3f67571303d5479e3e5bf69919fbda80 (
plain)
1
2
3
4
5
6
7
8
9
10
|
PassiveTeX is a library of TeX macros which can be used to process
an XML document conforming to the Formatting Objects (FO) spec.
This provides a relatively easy mechanism to convert FO files to
Postscript and PDF.
For example, to generate a PDF file from an FO file, run
pdftex --interaction nonstopmode "&pdfxmltex" file.fo
WWW: http://www.tei-c.org.uk/Software/passivetex/
|