This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: jadetex 3.9


I think there is a typo in jadetex.dtx (see below)....

Kevin Dunn wrote:
> 
> ---------- Original Message ----------------------------------
> From: Joe Cooper <joe@swelltech.com>
> Date: Thu, 12 Jul 2001 01:10:05 -0500
> 
> >Hi Sebastian,
> >
> >Looks like there are still some issues.  I've fetched and installed 3.9,
> >and I'm still getting undefined references messages, and wierdness in
> >the TOC.  It's a new wierdness, so I guess you're poking the right spot,
> >but it's still not quite right.
> >
> >Beginning with TOC references to roman numbered pages beyond i (ii, iii,
> >etc.) the entry looks like 'qqq ??' or 'iqqq ??' (for iii).
> >
> >Actually now that I'm looking at it closer... Every page number that is
> >two of the same number becomes 'qqq'.  So 11, 22, 33, 44, etc. are all
> >qqq ??. This only occurs in the TOC--the pages themselves have correct
> >page numbers.
> 
> I see the same thing. To find out what's going on, I modified the following in jadetex.dtx:
> 
> \def\@Setref#1#2{%
>   \ifx#1\relax
>    \immediate\write\@mainaux{\string\pagelabel{#2}{qqq}}%
>    \protect\G@refundefinedtrue
>    \nfss@text{\reset@font\bfseries ??}%
>    \@latex@warning{Reference `#1' `#2' on page \thepage \space
>              undefined}%
>   \else
>    \if#1{qqq}
     ^^^^^^^^^^

I have
     \ifx#1{qqq}

In mine and don't get the error.

If I change it to \if instead of \ifx I don't...

Can you try making the change?

>     \protect\G@refundefinedtrue
>     \nfss@text{\reset@font\bfseries ??}%
>     \@latex@warning{Reference a `#1' `#2' on page \thepage \space undefined}%
>    \else
>      \ifNestedLink{#1}%
>      \else
>       \hyper@@link[Page]{}{page.#1}{#1}%
> %     \typeout{Made a Link at \the\inputlineno, to page.#1}%
>      \fi
>    \fi
>   \fi
> }
> 
> That is, I had jadetex print `#1' on the warning line and I distinguished the first warning from the second by adding "a" after "Reference" for the second warning.
> 
> Upon processing my document, the log file contains:
> 
> LaTeX Warning: Reference a `118' `CHREDOX' on page iii undefined on input line
> LaTeX Warning: Reference a `55' `TBLPOT1' on page v undefined on input line 189
> LaTeX Warning: Reference a `77' `TBLRXN1' on page v undefined on input line 200
> LaTeX Warning: Reference a `11' `FIGFIRE4' on page v undefined on input line 27
> LaTeX Warning: Reference a `11' `FIGFIRE5' on page v undefined on input line 27
> LaTeX Warning: Reference a `111' `FIGLIME1' on page vi undefined on input line
> LaTeX Warning: Reference a `66' `EQNSTRING1' on page vi undefined on input line
> 
> etc.
> 
> That is, #1 has a numerical value, yet it still passes the test:
> if#1{qqq}
> when and only when #1 has the first two digits the same.
> 
> Interestingly, the page number "211" processes correctly, so it seems that the first two digits are the important ones.
> 
> --
> Kevin M. Dunn
> Professor of Chemistry
> Hampden-Sydney College
> --


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]