diff options
author | Karl Berry <karl@freefriends.org> | 2015-08-24 21:31:01 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-08-24 21:31:01 +0000 |
commit | 27a417f4f0deeb39560bafd9e2e4154da3cf9444 (patch) | |
tree | 3771184f41bff668a618822c5e397802eec282fc /Master/texmf-dist/tex/latex/ucharcat | |
parent | 1a8e2128cdbe579f531b4b842afe17b2da07dc6c (diff) |
ucharcat (24aug15)
git-svn-id: svn://tug.org/texlive/trunk@38197 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/ucharcat')
-rw-r--r-- | Master/texmf-dist/tex/latex/ucharcat/ucharcat.sty | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/ucharcat/ucharcat.sty b/Master/texmf-dist/tex/latex/ucharcat/ucharcat.sty index 1bad5082f8f..3a1a67fd5e5 100644 --- a/Master/texmf-dist/tex/latex/ucharcat/ucharcat.sty +++ b/Master/texmf-dist/tex/latex/ucharcat/ucharcat.sty @@ -13,7 +13,7 @@ %% See README for details. \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{ucharcat} - [2015/05/20 v0.01 ucharcat for luaLaTeX (DPC)] + [2015/08/23 v0.02 ucharcat for luaLaTeX (DPC)] \ifx\directlua\@undefined \ifx\Ucharcat\@undefined \ifx\XeTeXinterchartokenstate\@undefined @@ -30,10 +30,11 @@ \fi \ifx\newcatcodetable\@undefined \chardef\ucharcat@table"7000 + \directlua{tex.enableprimitives("",{"initcatcodetable"})} + \initcatcodetable\ucharcat@table \else \newcatcodetable\ucharcat@table \fi -\luatexinitcatcodetable\ucharcat@table \directlua{% function UcharcatLua() local mych = newtoken.scan_int() |