summaryrefslogtreecommitdiff
path: root/tex/context/base/mkiv/node-tra.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2018-06-25 13:51:38 +0200
committerContext Git Mirror Bot <phg42.2a@gmail.com>2018-06-25 13:51:38 +0200
commit052a096e160508ddbbbfcbf1522eb8ddbfc3b1cd (patch)
tree56909e4ba4f9e8609b153fc1ce19284485c6c3ec /tex/context/base/mkiv/node-tra.lua
parent00e28123f9c3e7393ea0a49052bc0a3b91a0db4f (diff)
downloadcontext-052a096e160508ddbbbfcbf1522eb8ddbfc3b1cd.tar.gz
2018-06-25 12:28:00
Diffstat (limited to 'tex/context/base/mkiv/node-tra.lua')
-rw-r--r--tex/context/base/mkiv/node-tra.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/tex/context/base/mkiv/node-tra.lua b/tex/context/base/mkiv/node-tra.lua
index 077506e46..2e985d1e4 100644
--- a/tex/context/base/mkiv/node-tra.lua
+++ b/tex/context/base/mkiv/node-tra.lua
@@ -456,6 +456,7 @@ local function numbertodimen(d,unit,fmt)
end
return formatters[fmt](d*dimenfactors[unit],unit)
elseif not unit or unit == "pt" then
+print(d,unit,fmt,f_pt(d))
return f_pt(d)
else
return f_un(d*dimenfactors[unit],unit)