summaryrefslogtreecommitdiff
path: root/tex/context/base/node-tra.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2009-06-10 11:22:00 +0200
committerHans Hagen <pragma@wxs.nl>2009-06-10 11:22:00 +0200
commit1f8c4726d3da14ebb6071bdba5888ebe763329d0 (patch)
treea25a7aea1d7c9561afbab306db7971eae12dc71b /tex/context/base/node-tra.lua
parent5b6956e57c33bd35c0ac1e4118cdb1b183d77499 (diff)
downloadcontext-1f8c4726d3da14ebb6071bdba5888ebe763329d0.tar.gz
beta 2009.06.10 11:22
Diffstat (limited to 'tex/context/base/node-tra.lua')
-rw-r--r--tex/context/base/node-tra.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/tex/context/base/node-tra.lua b/tex/context/base/node-tra.lua
index ef13499f9..3decfd07c 100644
--- a/tex/context/base/node-tra.lua
+++ b/tex/context/base/node-tra.lua
@@ -275,7 +275,7 @@ function nodes.tracers.steppers.check(head)
if collecting then
nodes.tracers.steppers.reset()
local n = copy_node_list(head)
- nodes.inject_kerns(n,nil,true)
+ nodes.inject_kerns(n,nil,"trace",true)
nodes.protect_glyphs(n) -- can be option
collection[1] = n
end
@@ -286,7 +286,7 @@ function nodes.tracers.steppers.register(head)
local nc = #collection+1
if messages[nc] then
local n = copy_node_list(head)
- nodes.inject_kerns(n,nil,true)
+ nodes.inject_kerns(n,nil,"trace",true)
nodes.protect_glyphs(n) -- can be option
collection[nc] = n
end