diff options
author | Marius <mariausol@gmail.com> | 2012-01-12 12:20:15 +0200 |
---|---|---|
committer | Marius <mariausol@gmail.com> | 2012-01-12 12:20:15 +0200 |
commit | 84d94e9754958d12711a8f07086a3d815d305d40 (patch) | |
tree | c84c7ab0812e5506873b5f51b1225fe278eb8e3f /tex/context/base/typo-dig.mkiv | |
parent | b7617f4f872bb6559addb5ee5fed28f06288a59a (diff) | |
download | context-84d94e9754958d12711a8f07086a3d815d305d40.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 |