summaryrefslogtreecommitdiff
path: root/tex/context/base/mkxl/typo-adj.lmt
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/mkxl/typo-adj.lmt')
-rw-r--r--tex/context/base/mkxl/typo-adj.lmt5
1 files changed, 4 insertions, 1 deletions
diff --git a/tex/context/base/mkxl/typo-adj.lmt b/tex/context/base/mkxl/typo-adj.lmt
index 1bd82c7b4..d902187e3 100644
--- a/tex/context/base/mkxl/typo-adj.lmt
+++ b/tex/context/base/mkxl/typo-adj.lmt
@@ -19,6 +19,8 @@ local getdepth = nuts.getdepth
local newglue = nuts.pool.glue
local insertafter = nuts.insertafter
+local texgetdimen = tex.getdimen
+
----- a_adjuster = attributes.system("adjuster")
local function correct_depth(head,tail)
@@ -37,7 +39,8 @@ local function correct_depth(head,tail)
end
local function block_baselineskip(head,tail)
- tex.prevdepth = -1000 * 65536 -- ignoredepth
+ -- tex.prevdepth = -1000 * 65536 -- ignoredepth
+ tex.prevdepth = texgetdimen("ignoredepthcriterium")
return head
end