[Cjk] Re: [NTG-pdftex] [pdftex] SGML output fails with pdflatex

Frank Küster frank at kuesterei.ch
Wed Nov 15 10:10:14 CET 2006


Taco Hoekwater <taco at elvenkind.com> wrote:

> It is an oversight, the problem is that the global |f| is of the wrong
> type. In pdftex.web,
>
> @@ -13795,7 +13795,8 @@
>   @!dead_cycles:integer; {recent outputs that didn't ship anything out}
>   @!doing_leaders:boolean; {are we inside a leader box?}
>   @#
> -@!c,@!f:quarterword; {character and font in current |char_node|}
> +@!c:quarterword; {character in current |char_node|}
> +@!f:internal_font_number; {font in current |char_node|}
>   @!rule_ht,@!rule_dp,@!rule_wd:scaled; {size of current rule being output}
>   @!g:pointer; {current glue specification}
>   @!lq,@!lr:integer; {quantities used in calculations for leaders}

I tried to fix this in our current pdftex versions in Debian.  We still
don't have pdftex.web.  How would that be fixed in old versions using
tex.web?  I found in tex.ch

@x [32.592] l.11820 - font numbers can be >255 now.
@!c,@!f:quarterword; {character and font in current |char_node|}
@y
 {character and font in current |char_node|}
@!c:quarterword;
@!f:internal_font_number;
@z

But that looks as if it already patches this?  But then why do we
encounter the bug in Debian?

Regards, Frank
-- 
Dr. Frank Küster
Single Molecule Spectroscopy, Protein Folding @ Inst. f. Biochemie, Univ. Zürich
Debian Developer (teTeX/TeXLive)



More information about the Cjk mailing list