summaryrefslogtreecommitdiff
path: root/tex/context/base/math-noa.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/math-noa.lua')
-rw-r--r--tex/context/base/math-noa.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/math-noa.lua b/tex/context/base/math-noa.lua
index 6cdcc0114..bbbd5285e 100644
--- a/tex/context/base/math-noa.lua
+++ b/tex/context/base/math-noa.lua
@@ -314,7 +314,7 @@ tasks.new (
--~ tasks.appendaction("math", "normalizers", "noads.respace_characters", nil, "nohead")
--~ tasks.appendaction("math", "builders", "noads.mlist_to_hlist", nil, "notail")
-local actions = tasks.actions("math")
+local actions = tasks.actions("math",2) -- head, tail, style, penalties
local starttiming, stoptiming = statistics.starttiming, statistics.stoptiming