diff options
author | Karl Berry <karl@freefriends.org> | 2015-04-29 22:03:27 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-04-29 22:03:27 +0000 |
commit | 8292ae68fb4279ef673d6212cd6cf9b091f89d99 (patch) | |
tree | 65c8853077095d206aab0cd65b47f716b828cfe7 /Master/texmf-dist/source/latex/base/ltfinal.dtx | |
parent | 29740d0452a743ccdc3345b0cf600c1a99424d8d (diff) |
latex now defines \xe@alloc@intercharclass
git-svn-id: svn://tug.org/texlive/trunk@37124 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/base/ltfinal.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/base/ltfinal.dtx | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/Master/texmf-dist/source/latex/base/ltfinal.dtx b/Master/texmf-dist/source/latex/base/ltfinal.dtx index 72b09cc8567..a9152f1077e 100644 --- a/Master/texmf-dist/source/latex/base/ltfinal.dtx +++ b/Master/texmf-dist/source/latex/base/ltfinal.dtx @@ -33,7 +33,7 @@ %<*driver> % \fi \ProvidesFile{ltfinal.dtx} - [2015/03/26 v2.0e LaTeX Kernel (Final Settings)] + [2015/04/28 v2.0f LaTeX Kernel (Final Settings)] % \iffalse \documentclass{ltxdoc} \GetFileInfo{ltfinal.dtx} @@ -55,7 +55,7 @@ %</driver> % \fi % -% \CheckSum{558} +% \CheckSum{560} % % \section{Final settings} % This section contains the final settings for \LaTeX. It initialises @@ -147,6 +147,7 @@ %\begin{macro}{\newXeTeXintercharclass} % \changes{v2.0a}{2014/12/30}{macro added} % \changes{v2.0b}{2015/01/23}{use reserved count 257} +% \changes{v2.0f}{2015/04/28}{define \cs{xe@alloc@intercharclass} for compatibility with older xelatex initilisation} % Allocate |\XeTeXintercharclass| types if xetex is active. % previously defined in |xetex.ini|. % @@ -161,9 +162,10 @@ % \begin{macrocode} \ifx\XeTeXcharclass\@undefined \else -\count257=\thr@@ +\countdef\xe@alloc@intercharclass=257 +\xe@alloc@intercharclass=\thr@@ \def\newXeTeXintercharclass{% - \e@alloc\XeTeXcharclass\chardef{\count257}\@cclv\@cclv} + \e@alloc\XeTeXcharclass\chardef\xe@alloc@intercharclass\@cclv\@cclv} \fi % \end{macrocode} % |