diff options
author | nik <nik@FreeBSD.org> | 2002-06-04 19:28:57 +0800 |
---|---|---|
committer | nik <nik@FreeBSD.org> | 2002-06-04 19:28:57 +0800 |
commit | 5d172d651718b74144a01c7fc2a19d3e4767389c (patch) | |
tree | 1dbb1589a8e11129d9306c84b50ee33f82781891 /print/passivetex/pkg-descr | |
parent | 77578d32ee3b7d666f0da437ed64da7e3ba90d89 (diff) | |
download | freebsd-ports-gnome-5d172d651718b74144a01c7fc2a19d3e4767389c.tar.gz freebsd-ports-gnome-5d172d651718b74144a01c7fc2a19d3e4767389c.tar.zst freebsd-ports-gnome-5d172d651718b74144a01c7fc2a19d3e4767389c.zip |
Add PassiveTeX. PassiveTeX is an XML Formatting Objects processor,
written in TeX (!). To produce high quality PS or PDF output from
XML files, you first convert them to the FO standard, and then run
PassiveTeX over them.
Diffstat (limited to 'print/passivetex/pkg-descr')
-rw-r--r-- | print/passivetex/pkg-descr | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/print/passivetex/pkg-descr b/print/passivetex/pkg-descr new file mode 100644 index 000000000000..7947778672f9 --- /dev/null +++ b/print/passivetex/pkg-descr @@ -0,0 +1,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.hcu.ox.ac.uk/TEI/Software/passivetex/ |