From 2e8819dad63db17febca68fd6b7ba9a06f9c50b5 Mon Sep 17 00:00:00 2001 From: Hans Hagen Date: Thu, 17 May 2018 19:01:59 +0200 Subject: 2018-05-17 18:39:00 --- tex/context/base/mkiv/math-frc.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tex/context/base/mkiv/math-frc.lua') diff --git a/tex/context/base/mkiv/math-frc.lua b/tex/context/base/mkiv/math-frc.lua index 5c4879527..190c36410 100644 --- a/tex/context/base/mkiv/math-frc.lua +++ b/tex/context/base/mkiv/math-frc.lua @@ -28,8 +28,8 @@ end) local ctx_normalatop = context.normalatop local ctx_normalover = context.normalover -local function mathfraction(how,left,right,width) -- of course we could use the scanners directly here which - if how == v_no then -- is faster but also less abstract ... maybe some day +local function mathfraction(how,left,right,width) + if how == v_no then if left == 0x002E and right == 0x002E then ctx_normalatop() else -- cgit v1.2.3