diff options
| author | Hans Hagen <pragma@wxs.nl> | 2021-09-26 17:35:54 +0200 | 
|---|---|---|
| committer | Context Git Mirror Bot <phg@phi-gamma.net> | 2021-09-26 17:35:54 +0200 | 
| commit | 2073fe5d88215dddd9a9e6421afaea7ab7db955a (patch) | |
| tree | d0a65846502c24c5951f03f6018c15125a532fa5 /tex/context/base/mkxl/driv-shp.lmt | |
| parent | d5e2ac5f857f2a003949fce54ed41eedc4fb9475 (diff) | |
| download | context-2073fe5d88215dddd9a9e6421afaea7ab7db955a.tar.gz | |
2021-09-26 16:50:00
Diffstat (limited to 'tex/context/base/mkxl/driv-shp.lmt')
| -rw-r--r-- | tex/context/base/mkxl/driv-shp.lmt | 14 | 
1 files changed, 7 insertions, 7 deletions
| diff --git a/tex/context/base/mkxl/driv-shp.lmt b/tex/context/base/mkxl/driv-shp.lmt index f0d037564..fed58dacf 100644 --- a/tex/context/base/mkxl/driv-shp.lmt +++ b/tex/context/base/mkxl/driv-shp.lmt @@ -98,7 +98,7 @@ local fontcharacters = nil  local magicconstants = tex.magicconstants  local maxdimen       = magicconstants.maxdimen -local running        = magicconstants.running +local runningrule    = magicconstants.runningrule  local pos_h          = 0  local pos_v          = 0 @@ -696,10 +696,10 @@ cur_h = cur_h + wd -- see new tabulate alignment code                              local width, height, depth = getwhd(leader)                              if getid(leader) == rule_code then                                  if gluewidth > 0 then -                                    if height == running then +                                    if height == runningrule then                                          height = boxheight                                      end -                                    if depth == running then +                                    if depth == runningrule then                                          depth = boxdepth                                      end                                      local total = height + depth @@ -873,10 +873,10 @@ cur_h = cur_h + wd -- see new tabulate alignment code              elseif id == rule_code then                  local width, height, depth = getwhd(current)                  if width > 0 then -                    if height == running then +                    if height == runningrule then                          height = boxheight                      end -                    if depth == running then +                    if depth == runningrule then                          depth = boxdepth                      end                      local total = height + depth @@ -1031,7 +1031,7 @@ cur_h = cur_h + wd -- see new tabulate alignment code                                  depth = 0 -- hm                                  total = glueheight -- forgotten ... needs testing                                  if total > 0 then -                                    if width == running then +                                    if width == runningrule then                                          width = boxwidth                                      end                                      if width > 0 then @@ -1176,7 +1176,7 @@ cur_h = cur_h + wd -- see new tabulate alignment code                  local width, height, depth = getwhd(current)                  local total = height + depth                  if total > 0 then -                    if width == running then +                    if width == runningrule then                          width = boxwidth                      end                      if width > 0 then | 
