Hi,
I'm using the latest version of Passivetex to try to produce PDF from
Docbook. Processing the FO file produced from the following test document
results in a "link annotations can't be nested" error from pdfxmltex the
second time it is run - the first time I am warned (as expected) that there
are undefined cross references.
Any ideas anyone please?
Thanks
Dave
<?xml version="1.0"?>
<!DOCTYPE book SYSTEM "y:/doc/docbook/dtd/dbx412/docbookx.dtd" [
]>
<book>
<title>USER and REFERENCE MANUAL</title>
<chapter id="ch-1">
<title>First Chapter</title>
<sect1 >
<title>First Section</title>
<para>In order to shut down the system see me.</para>
</sect1>
</chapter>
</book>