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

Re: SGML Writing Howto




I am trying to work out a "gotcha". I have done the following:

* installed Jade, Jadetex, DocBook and the Stylesheets from the RH 6.2
RPMs
* setup the catalog properly
* created the relevant environment variables

Here's the gotcha!

<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook V3.1//EN">
<book>
  <title>Test</title>
  <chapter>
   <title>Test</title>
   <section><title>First</title><para>test</para></section>
   <section><title>Second</title><para>test</para></section>
  </chapter>
  <chapter>
   <title>Test</title>
   <section><title>First</title><para>test</para></section>
   <section><title>Second</title><para>test</para></section>
  </chapter>
  <chapter>
   <title>Test</title>
   <section><title>First</title><para>test</para></section>
   <section><title>Second</title><para>test</para></section>
  </chapter>
</book>

This is validated correctly by nsgmls -sv (filename). When I execute:

* jade -t tex -d /usr/lib/sgml/stylesheets/cygnus-both.dsl#print
(filename)

It runs OK and silently. HOWEVER when I execute:

* jadetex [or pdfjadetex] (filename)

I get:

* LaTeX Warning: Reference `2' on page 3 undefined on input line 286.

(many times over). The PDF links correctly to the right page, however I
get ?? as the page numbers. If I substitute in the .aux file the numbers
they appear correctly after I rerun jadetex.

Does anyone know what I'm missing out here?

DL

-- 
To the thirsty I will give water without price
>From the fountain of the water of life
He who conquers shall have this heritage
And I will be his God and he shall be my son


--  
To UNSUBSCRIBE, email to ldp-discuss-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org