diff options
author | Hans Hagen <pragma@wxs.nl> | 2012-01-12 11:03:00 +0100 |
---|---|---|
committer | Hans Hagen <pragma@wxs.nl> | 2012-01-12 11:03:00 +0100 |
commit | 5b13bdfca0e081ef26d49ba405b7fb62d7724c24 (patch) | |
tree | cb06a152ec6e646742d3720f27c77eb9eab790e6 /tex/context/base/typo-dig.mkiv | |
parent | b637380706513940464b0fa3b2b309b79140ac12 (diff) | |
download | context-5b13bdfca0e081ef26d49ba405b7fb62d7724c24.tar.gz |
beta 2012.01.12 11:03
Diffstat (limited to 'tex/context/base/typo-dig.mkiv')
-rw-r--r-- | tex/context/base/typo-dig.mkiv | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tex/context/base/typo-dig.mkiv b/tex/context/base/typo-dig.mkiv index 03be1bffc..832ebbec4 100644 --- a/tex/context/base/typo-dig.mkiv +++ b/tex/context/base/typo-dig.mkiv @@ -39,7 +39,7 @@ %D \stoplines \unexpanded\def\setdigitsmanipulation[#1]% - {\ctxlua{typesetters.digits.set(\number#1)}} + {\ctxcommand{setdigitsmanipulation("#1")}} \unexpanded\def\resetdigitsmanipulation {\attribute\digitsattribute\attributeunsetvalue} @@ -48,8 +48,8 @@ \resetdigitsmanipulation \to \everyresettypesetting -\unexpanded\def\equaldigits{\groupedcommand{\setdigitsmanipulation[\plusone]}{}} -\unexpanded\def\dummydigit {\hphantom{\setdigitsmanipulation[\plusone]0}} +\unexpanded\def\equaldigits{\groupedcommand{\setdigitsmanipulation[\number\plusone]}{}} +\unexpanded\def\dummydigit {\hphantom {\setdigitsmanipulation[\number\plusone]0}} \appendtoks \resetcharacterspacing |