diff options
author | Karl Berry <karl@freefriends.org> | 2006-11-18 01:37:52 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-11-18 01:37:52 +0000 |
commit | 5c91b9f8a88e06f057a6a08b0a755a224d08e019 (patch) | |
tree | 57cfafb6bd6c146dcdfc911dbef8db622c6476bd /Master/texmf-dist/tex/context/base/supp-num.tex | |
parent | 983736c2ab572e9a860c74f0f781b3decd282f13 (diff) |
context 17nov06 update
git-svn-id: svn://tug.org/texlive/trunk@2449 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/context/base/supp-num.tex')
-rw-r--r-- | Master/texmf-dist/tex/context/base/supp-num.tex | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/context/base/supp-num.tex b/Master/texmf-dist/tex/context/base/supp-num.tex index a5a9114c1b0..73b28e3de20 100644 --- a/Master/texmf-dist/tex/context/base/supp-num.tex +++ b/Master/texmf-dist/tex/context/base/supp-num.tex @@ -93,6 +93,8 @@ %D the grouped call, the other branch handles the fuzzy %D delimited calls. +\ifx\mbox\undefined \let\mbox\normalhbox \fi + % \unexpanded\def\digits % {\bgroup\let~@\doifnextcharelse\bgroup\dodigits\grabdigit} @@ -219,7 +221,7 @@ %D The signs can be made smaller and sqeezed into the width -%D of a digit. Watch the \type {\fontdimen22} trickery (this +%D of a digit. Watch the \type {\mathaxisheight} trickery (this %D font related register stored the math axis). % \def\scandigits#1% @@ -304,9 +306,9 @@ {\ifcase\digitsignmode#1\else \hbox {\setbox\scratchbox\hbox{0}% - \scratchdimen\fontdimen22\textfont2 + \scratchdimen\mathaxisheight\textfont2 \def\digitsgn##1##2% - {\advance\scratchdimen-\fontdimen22##12 + {\advance\scratchdimen-\mathaxisheight##12 \raise\scratchdimen \hbox to \wd\scratchbox{\hss$##2#1$\hss}}% \ifcase\digitsignmode\or |