From 0526f4b53574cd916c133899b611422d487c6047 Mon Sep 17 00:00:00 2001 From: Marius Date: Tue, 27 Sep 2011 23:00:27 +0300 Subject: beta 2011.09.27 20:05 --- tex/context/base/math-vfu.lua | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'tex/context/base/math-vfu.lua') diff --git a/tex/context/base/math-vfu.lua b/tex/context/base/math-vfu.lua index 9aa2f400a..31c13cf8c 100644 --- a/tex/context/base/math-vfu.lua +++ b/tex/context/base/math-vfu.lua @@ -653,11 +653,12 @@ function vfmath.define(specification,set,goodies) ref = { { 'slot', s, index } } si[index] = ref end + local italic = fci.italic local t = { - width = fci.width, + width = fci.width + italic, -- watch this ! height = fci.height, depth = fci.depth, - italic = fci.italic, + italic = italic, commands = ref, } local n = fci.next -- cgit v1.2.3