Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unicode-math misplaces integral limits #364

Closed
juliangilbey opened this issue Aug 17, 2016 · 2 comments
Closed

unicode-math misplaces integral limits #364

juliangilbey opened this issue Aug 17, 2016 · 2 comments

Comments

@juliangilbey
Copy link

juliangilbey commented Aug 17, 2016

Hello! The minimal latex file:

\documentclass{article}

\usepackage{unicode-math}

\begin{document}
$\int_0^1 x$

$$\int_0^1 x$$
\end{document}

shows poor placing of the integral limits. It is far worse with the displayed integral sign. This may be an issue in the luatex engine rather than in unicode-math, though.

Version information from the run:

This is LuaTeX, Version 0.95.0 (TeX Live 2016/Debian) 
 restricted system commands enabled.

LaTeX2e <2016/03/31> patch level 3
Babel <3.9r> and hyphenation patterns for 1 language(s) loaded.

and from the file:

\ProvidesPackage{unicode-math}
  [2015/09/24 v0.8c Unicode maths in XeLaTeX and LuaLaTeX]
@khaledhosny
Copy link
Contributor

Looks fine with XeTeX, so very likely a LuaTeX bug. Either way, unicode-math has no control over integral placement, that is in the hands of the fonts and the engines.

@wspr
Copy link
Collaborator

wspr commented Jan 5, 2018

To add to @khaledhosny's comments, I think this is also related to the fonts in use. To confirm it's the engine and not unicode-math, I just tried a very plain XeTeX example (no LaTeX at all) with the same fonts with the following results:

screen shot 2018-01-05 at 10 43 03 pm

@wspr wspr closed this as completed Jan 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants