[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

error producing .pdf



Hello, I'm having problems generating a .pdf with
pdfxmltex from a .po generated by xsltproc.

Installed packages are:

	- xmltex         1.9-10 (for pdfxmltex)
	- xsltproc       1.1.12-8
	- passivetex     1.25-2

Note that passivetex install was needed to fix another
problem about missing fotex.xmt.

Now the problem is the following:

 No File: postgis.cfg (/usr/share/texmf/tex/xmltex/passivetex/fotex.xmt)
 [..]
 ! LaTeX Error: Something's wrong--perhaps a missing \item.
 [..]
 See the LaTeX manual or LaTeX Companion for explanation.
 Type  H <return>  for immediate help.

The call producing this is:

	pdfxmltex postgis.fo

postgis.fo has been produced like this:

	xsltproc \
		--param section.autolabel 1 \
		--param section.label.includes.component.label 1 \
		--param chunk.section.depth 0  \
        	--output postgis.fo \
        	/usr/share/xml/docbook/stylesheet/nwalsh/fo/docbook.xsl \
        	postgis-out.xml

Note that the HTML output works w/out warnings:

	xsltproc \
		--param section.autolabel 1 \
		--param section.label.includes.component.label 1 \
		--param chunk.section.depth 0  \
		--output html/postgis.html \
		/usr/share/xml/docbook/stylesheet/nwalsh/html/docbook.xsl \
		postgis-out.xml

Any hint on how to proceed in debugging or fixing is appreciated.

Please respond to my address if you do respond at all as I'm not
subscribed to this mailing list.

Thanks

--strk;



Reply to: