[XeTeX] are the intercharclasses mentioned in interchar.pdf correct?

David Carlisle d.p.carlisle at gmail.com
Mon Mar 27 18:36:55 CEST 2017


On 27 March 2017 at 17:18, Mike "Pomax" Kamermans
<pomax at nihongoresources.com> wrote:
> Are the predefined classes from
> http://mirror.utexas.edu/ctan/macros/xetex/latex/interchar/interchar.pdf
> still correct? are classes 255 (for boundary) and 256 (for unused) still the
> right ones, are those now 4095 and 4096? (based on some answers I've run
> into on stackoverflow)
>
>
> - Mike "Pomax" Kamermtna

For newer xetex the package needs to be updated for the larger range,
the test used in teh latex format

is

\ifdim\the\XeTeXversion\XeTeXrevision\p@>0.99993\p@
  \chardef\e at alloc@intercharclass at top=4095
\else
  \chardef\e at alloc@intercharclass at top=255
\fi



with \e at alloc@intercharclass at top being the maximum value allocated by
\newXeTeXintercharclass

David


More information about the XeTeX mailing list