summaryrefslogtreecommitdiff
path: root/tex/context/base/mkiv/meta-imp-tab.mkiv
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2019-04-26 00:56:11 +0200
committerContext Git Mirror Bot <phg@phi-gamma.net>2019-04-26 00:56:11 +0200
commit0189223a1a40debb4cb3b146ce182eb806cd28f2 (patch)
treeef50df44125284834b25f5eb59a58afadfe5a4d3 /tex/context/base/mkiv/meta-imp-tab.mkiv
parent32e6c720c4f84f112596c6b4a75193f99e9be158 (diff)
downloadcontext-0189223a1a40debb4cb3b146ce182eb806cd28f2.tar.gz
2019-04-25 10:44:00
Diffstat (limited to 'tex/context/base/mkiv/meta-imp-tab.mkiv')
-rw-r--r--tex/context/base/mkiv/meta-imp-tab.mkiv6
1 files changed, 3 insertions, 3 deletions
diff --git a/tex/context/base/mkiv/meta-imp-tab.mkiv b/tex/context/base/mkiv/meta-imp-tab.mkiv
index a4affbea4..2604c3aa4 100644
--- a/tex/context/base/mkiv/meta-imp-tab.mkiv
+++ b/tex/context/base/mkiv/meta-imp-tab.mkiv
@@ -34,7 +34,7 @@
\unexpanded\def\tallynumeral#1%
{\dontleavehmode
- \lower.25\exheight\hbox{\useMPgraphic{TallyBar}{n=#1}}}
+ \lower.25\exheight\hpack{\useMPgraphic{TallyBar}{n=#1}}}
\unexpanded\def\tallynumerals#1%
{\dontleavehmode
@@ -42,11 +42,11 @@
\scratchcounter#1\relax
\doloop
{\ifnum\scratchcounter>\plusfive
- \lower.25\exheight\hbox{\useMPgraphic{TallyBar}{n=5}}%
+ \lower.25\exheight\hpack{\useMPgraphic{TallyBar}{n=5}}%
\advance\scratchcounter-\plusfive
\space
\else
- \lower.25\exheight\hbox{\useMPgraphic{TallyBar}{n=\the\scratchcounter}}%
+ \lower.25\exheight\hpack{\useMPgraphic{TallyBar}{n=\the\scratchcounter}}%
\exitloop
\fi}%
\endgroup}