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/tex/latex/latexconfig | |
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/tex/latex/latexconfig')
-rw-r--r-- | Master/texmf-dist/tex/latex/latexconfig/xelatex.ini | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/Master/texmf-dist/tex/latex/latexconfig/xelatex.ini b/Master/texmf-dist/tex/latex/latexconfig/xelatex.ini index 9e86c445c3c..38b16a9465a 100644 --- a/Master/texmf-dist/tex/latex/latexconfig/xelatex.ini +++ b/Master/texmf-dist/tex/latex/latexconfig/xelatex.ini @@ -12,18 +12,6 @@ \protected\gdef\pdfmapline#1{\special{pdf:mapline #1}} \endgroup -% "Internal" control sequence from old xelatex.ini, nevertheless used by -% (at least) xeCJK.sty. David Carlisle says that the \count register -% for this is hardwired to be 257, so it's easy to make an alias. -% Thread starts at http://tug.org/pipermail/tex-live/2015-April/036640.html. -% -\begingroup - \catcode`\@=11 - \ifx\xe@alloc@intercharclass\@undefined - \global\countdef\xe@alloc@intercharclass=257 - \fi -\endgroup - % As of TL 2015, aka LaTeX2e 2015/01/01, latex.ltx includes unicode % letter assignments and other things previously done in the .ini. \input latex.ltx |