View Issue Details

IDProjectCategoryView StatusLast Update
0000488luatexluatex limitationpublic2015-10-28 17:24
ReporterKhaled Hosny Assigned ToHans Hagen  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version0.63.0 
Fixed in Version0.85.0 
Summary0000488: Wide space after non scripted integrals
DescriptionThere is wide space after non scripted integrals, I'm not sure if italic correction should not be applied in this case. Attached a test file and how such formula looks in Office2007.
Tagsmath

Relationships

related to 0000933 closedHans Hagen Too much italic correction in unicode-math 

Activities

Khaled Hosny

2010-09-26 14:05

developer  

int.tex (81 bytes)

Khaled Hosny

2010-09-26 14:05

developer  

int.png (4,887 bytes)   
int.png (4,887 bytes)   

Khaled Hosny

2010-09-26 14:08

developer  

context.png (7,842 bytes)   
context.png (7,842 bytes)   

Taco

2010-11-24 15:22

administrator   ~0000665

This is probably a context-only issue

phi

2010-11-24 21:44

reporter   ~0000667

It also appears with plain LuaTeX (of course it could still be ConTeXt-related since luaotfload uses ConTeXt code). As an example, compile the following with XeTeX vs. LuaTeX:


\input ifluatex.sty
\ifluatex
\input luaotfload.sty
\font\cambria={name:Cambria Math:script=math} at 11pt
\textfont0=\cambria
\luatexUmathoperatorsize\displaystyle=4ex
\else
\let\Umathchar\XeTeXmathchar
\font\cambria="Cambria Math:script=math" at 11pt
\textfont0=\cambria
\fi
$$ \Umathchar 1 0 "222B \Umathchar 0 0 "007C $$
\bye

Khaled Hosny

2011-12-01 11:03

developer   ~0000917

A found more "interesting" effects, $\int^{} f(x)$ give proper spacing, but $\int_{} f(x)$ makes the integer and f even more closer. I'm not sure if it is ConTeXt specific or not, but it is reproducible with luaotfload which, unlike ConTeXt, leave math handling entirely to the engine it just load the fonts.

TorbjornT

2011-12-01 11:17

reporter   ~0000918

Last edited: 2011-12-01 11:17

This also happens with LuaLaTeX when one uses unicode-math:
http://tex.stackexchange.com/questions/36699/too-much-space-after-integral-sign-with-unicode-math-and-lualatex/36738#36738

netheril96

2013-01-22 15:21

reporter   ~0001027

In TL2012, this issue has disappeared in ConTeXt, but still exists in unicode-math.

Hans Hagen

2015-10-28 17:24

manager   ~0001488

all int stuff redone

Issue History

Date Modified Username Field Change
2010-09-26 14:05 Khaled Hosny New Issue
2010-09-26 14:05 Khaled Hosny File Added: int.tex
2010-09-26 14:05 Khaled Hosny File Added: int.png
2010-09-26 14:08 Khaled Hosny File Added: context.png
2010-11-24 15:22 Taco Note Added: 0000665
2010-11-24 21:44 phi Note Added: 0000667
2010-11-26 14:52 Taco Status new => assigned
2010-11-26 14:52 Taco Assigned To => Hans Hagen
2011-12-01 11:03 Khaled Hosny Note Added: 0000917
2011-12-01 11:17 TorbjornT Note Added: 0000918
2011-12-01 11:17 TorbjornT Note Edited: 0000918
2012-12-24 06:22 Khaled Hosny Tag Attached: math
2013-01-22 15:21 netheril96 Note Added: 0001027
2015-07-07 23:36 oneiros Relationship added related to 0000933
2015-10-28 17:24 Hans Hagen Note Added: 0001488
2015-10-28 17:24 Hans Hagen Status assigned => closed
2015-10-28 17:24 Hans Hagen Resolution open => fixed
2015-10-28 17:24 Hans Hagen Fixed in Version => 0.85.0