I believe the below demonstrates pdfxmltex's dependency on passivetex,
since Google tells me that fotex.fmt is distributed with passivetex. The
below is from making pdf docs from ghc source tarballs.
------------------------------------------------------------------------
== make all - --no-print-directory -r;
in /home/plareplane/Store/ghc/ghc-6.8.2/docs/docbook-cheat-sheet
------------------------------------------------------------------------
rm -f -rf docbook-cheat-sheet/
/usr/bin/xsltproc --stringparam base.dir docbook-cheat-sheet/ \
--stringparam use.id.as.filename 1 \
--stringparam html.stylesheet fptools.css \
--stringparam toc.section.depth 3 --stringparam
section.autolabel 1 --stringparam section.label.includes.component.label
1 \
/usr/share/xml/docbook/stylesheet/nwalsh/html/chunk.xsl
docbook-cheat-sheet.xml
Writing docbook-cheat-sheet/doc-layout.html for sect1(doc-layout)
Writing docbook-cheat-sheet/docbook-tables.html for sect1(docbook-tables)
Writing docbook-cheat-sheet/index.html for article(docbook-cheat-sheet)
cp ../../mk/fptools.css docbook-cheat-sheet/
/usr/bin/xsltproc --output docbook-cheat-sheet.fo \
--stringparam draft.mode no \
--stringparam toc.section.depth 3 --stringparam
section.autolabel 1 --stringparam section.label.includes.component.label
1 \
/usr/share/xml/docbook/stylesheet/nwalsh/fo/docbook.xsl
docbook-cheat-sheet.xml
Making portrait pages on USletter paper (8.5inx11in)
/usr/bin/pdfxmltex docbook-cheat-sheet.fo
This is pdfTeXk, Version 3.141592-1.40.3 (Web2C 7.5.6)
%&-line parsing enabled.
entering extended mode
(./docbook-cheat-sheet.fo
LaTeX2e <2005/12/01>
Babel <v3.8h> and hyphenation patterns for english, usenglishmax,
dumylang, noh
yphenation, loaded.
xmltex version: 2002/06/25 v1.9 (Exp):
(/usr/share/texmf/tex/xmltex/config/xmltex.cfg)
No File: docbook-cheat-sheet.cfg
! LaTeX Error: File `fotex.xmt' not found.
Type X to quit or <RETURN> to proceed,
or enter new name. (Default extension: xmt)
Enter file name:
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]