summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/ucharcat
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-08-24 21:31:01 +0000
committerKarl Berry <karl@freefriends.org>2015-08-24 21:31:01 +0000
commit27a417f4f0deeb39560bafd9e2e4154da3cf9444 (patch)
tree3771184f41bff668a618822c5e397802eec282fc /Master/texmf-dist/source/latex/ucharcat
parent1a8e2128cdbe579f531b4b842afe17b2da07dc6c (diff)
ucharcat (24aug15)
git-svn-id: svn://tug.org/texlive/trunk@38197 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/ucharcat')
-rw-r--r--Master/texmf-dist/source/latex/ucharcat/ucharcat.dtx8
1 files changed, 3 insertions, 5 deletions
diff --git a/Master/texmf-dist/source/latex/ucharcat/ucharcat.dtx b/Master/texmf-dist/source/latex/ucharcat/ucharcat.dtx
index 90727c6f8d7..1f8dd13c629 100644
--- a/Master/texmf-dist/source/latex/ucharcat/ucharcat.dtx
+++ b/Master/texmf-dist/source/latex/ucharcat/ucharcat.dtx
@@ -13,7 +13,7 @@
%<driver> \ProvidesFile{ucharcat.drv}
% \fi
% \ProvidesFile{ucharcat.dtx}
- [2015/05/20 v0.01 ucharcat for luaLaTeX (DPC)]
+ [2015/08/23 v0.02 ucharcat for luaLaTeX (DPC)]
%
% \iffalse
%<*driver>
@@ -138,15 +138,13 @@
% \begin{macrocode}
\ifx\newcatcodetable\@undefined
\chardef\ucharcat@table"7000
+ \directlua{tex.enableprimitives("",{"initcatcodetable"})}
+ \initcatcodetable\ucharcat@table
\else
\newcatcodetable\ucharcat@table
\fi
% \end{macrocode}
%
-% Set up catcode table.
-% \begin{macrocode}
-\luatexinitcatcodetable\ucharcat@table
-% \end{macrocode}
%
% lua print function
% \begin{macrocode}