Wolfgang Schuster wrote:
> Hi Hans,
> 
> is there no a fix availabe for this problem.

The example text is flawed in itself: \newcatcodetable gives you an
empty table, and \startcatcodetable upgrades that to 'initex' level
itself. But initex *does not* set the catcodes of { and }. Nor
does it set the catcode of $, & and %, so the catcode assignments
that are needed are not there, and the ones that are there are
superfluous.

  \startcatcodetable \mycatcodetable
    \catcode`\{ = 1
    \catcode`\} = 2
  \stopcatcodetable

is enough.

Best wishes,
Taco
PS sorry, I missed this message the first time around.


___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to