diff options
Diffstat (limited to 'Master/texmf-dist/tex/context/base/typo-rep.mkiv')
-rw-r--r-- | Master/texmf-dist/tex/context/base/typo-rep.mkiv | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/context/base/typo-rep.mkiv b/Master/texmf-dist/tex/context/base/typo-rep.mkiv index 2f1d8b4cbee..75902d7be37 100644 --- a/Master/texmf-dist/tex/context/base/typo-rep.mkiv +++ b/Master/texmf-dist/tex/context/base/typo-rep.mkiv @@ -15,8 +15,8 @@ % experimental stripping -%D For a while we had stripping built into the analyzer. Khaled -%D suggested to generalize this so I changed the code into a +%D For a while we had stripping of special chars built into the analyzer +%D but Khaled suggested to generalize this so I changed the code into a %D manipulator there. %D %D \starttyping @@ -35,7 +35,7 @@ \registerctxluafile{typo-rep}{1.001} -\definesystemattribute[stripping] \chardef\strippingattribute \dogetattributeid{stripping} +\definesystemattribute[stripping][public] \def\setcharacterstripping {\ctxlua{nodes.stripping.enable()}% @@ -48,6 +48,6 @@ % maybe .. this might disappear, but is handy for testing \def\forcecharacterstripping % secret command - {\ctxlua{fonts.otf.features.register("formatters",true)}} + {\ctxlua{fonts.handlers.otf.features.register("formatters",true)}} \protect \endinput |