diff options
author | Karl Berry <karl@freefriends.org> | 2016-06-14 22:40:56 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-06-14 22:40:56 +0000 |
commit | 9a1c781313c984e8d5c88b832b1c08e1da3fe155 (patch) | |
tree | ad59e5c1b73eb0145f07342df173ff7868f28815 /Master/texmf-dist/tex/latex/base/latex.ltx | |
parent | 81e32a209d8d4fdab0d8c6d36edef5da15a894d4 (diff) |
latex2e (14jun16)
git-svn-id: svn://tug.org/texlive/trunk@41447 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/base/latex.ltx')
-rw-r--r-- | Master/texmf-dist/tex/latex/base/latex.ltx | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/base/latex.ltx b/Master/texmf-dist/tex/latex/base/latex.ltx index f8c54ef0da1..3aded204f11 100644 --- a/Master/texmf-dist/tex/latex/base/latex.ltx +++ b/Master/texmf-dist/tex/latex/base/latex.ltx @@ -704,7 +704,7 @@ \def\fmtname{LaTeX2e} \edef\fmtversion {2016/03/31} -\def\patch@level{0} +\def\patch@level{1} \iffalse \def\reserved@a#1/#2/#3\@nil{% \count@\year @@ -8153,8 +8153,14 @@ Type H <return> for immediate help.}% \fi \ifx\XeTeXcharclass\@undefined \else +\ifdim\the\XeTeXversion\XeTeXrevision\p@>0.99993\p@ + \chardef\e@alloc@intercharclass@top=4095 +\else + \chardef\e@alloc@intercharclass@top=255 +\fi \def\newXeTeXintercharclass{% - \e@alloc\XeTeXcharclass\chardef\xe@alloc@intercharclass\m@ne\@cclv} + \e@alloc\XeTeXcharclass + \chardef\xe@alloc@intercharclass\m@ne\e@alloc@intercharclass@top} \fi \ifx\XeTeXcharclass\@undefined \else |