Martin KolaÅÃk wrote:

Hi Hans,

I tried to isolate pdftex problem described below and the result is surprising :-) The 
code (I have it in single file prot.tex):

\expandafter\newtoks\csname Something\endcsname

\startfonthandling[private]
  \defineprotrudefactor ! 0 .2
\stopfonthandling

some time ago i ran into toks problems like that, and after some heavy debugging with taco, we found out that there was an etex bug; this is fixed now (registers > 255 were not properly allocated by etex)


you run into that problem because the 'updated protruding/hz support' allocates registers and due to the amount of toks used these end up in the >255 range; here i ran into some problems with a new par attachment mechanism

a temp solution is to make the following number in syst-etc smaller (say 24)

  \chardef\@@insallocation=32

after that you need to recompile the format

Hans




----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------

_______________________________________________
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to