[luatex] \catcodetable0
Manuel Pégourié-Gonnard
mpg at elzevir.fr
Sat Mar 27 01:58:22 CET 2010
Hi,
Sorry if I'm missing something obvious, but I fail to understand the behaviour
of \catcodetable0. Consider the following test file.
\catcodetable0\relax
\showthe\catcode64
\catcode64 11
\catcodetable0\relax
\showthe\catcode64
\initcatcodetable1
\catcodetable1\relax
\showthe\catcode64
\bye
The "output" is 12, 11, 12 (LuaTeX from trunk). I would expect 12, 12, 12 (the
\catcodetable0 statement should override the preceding \catcode asignement, as
does the later \catcodetable1).
Thanks,
Manuel.
More information about the luatex
mailing list