diff options
author | Hans Hagen <pragma@wxs.nl> | 1998-03-27 00:00:00 +0100 |
---|---|---|
committer | Hans Hagen <pragma@wxs.nl> | 1998-03-27 00:00:00 +0100 |
commit | 5f54d546a687e0615f87a117c5950b78ef346af7 (patch) | |
tree | ca1c0ce7e09685b5a3a55e57edca776e7dd66c59 /tex/context/base/supp-mul.tex | |
parent | 4da38599c2b3c2397582838a9ac715897af7b1a8 (diff) | |
download | context-5f54d546a687e0615f87a117c5950b78ef346af7.tar.gz |
stable 1998.03.27
Diffstat (limited to 'tex/context/base/supp-mul.tex')
-rw-r--r-- | tex/context/base/supp-mul.tex | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tex/context/base/supp-mul.tex b/tex/context/base/supp-mul.tex index 12987ff61..b425c9723 100644 --- a/tex/context/base/supp-mul.tex +++ b/tex/context/base/supp-mul.tex @@ -358,7 +358,8 @@ %D register \type{\localcolumnwidth}, which is calculated as:
\def\setcolumnhsize%
- {\setbox0=\hbox{\parindent\!!zeropoint\betweencolumns}%
+ {\setbox0=\hbox
+ {\parindent\!!zeropoint\betweencolumns}%
\intercolumnwidth=\wd0
\localcolumnwidth=\columntextwidth
\edef\globalcolumnwidth{\the\localcolumnwidth}%
|