Skip to content

Wrong kerning in math between w and subscript-j #301

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

Closed
nagmat84 opened this issue Mar 2, 2020 · 6 comments
Closed

Wrong kerning in math between w and subscript-j #301

nagmat84 opened this issue Mar 2, 2020 · 6 comments

Comments

@nagmat84
Copy link

nagmat84 commented Mar 2, 2020

Describe the bug

In mathematics, a base symbol w followed by a subscript j have too much space while at the same time the j and the following letter nearly collide. The overall visual appearance looks as if the subscript j actually belonged to the following letter but not to its true base symbol.

To Reproduce

Compile this MWE with LuaLaTeX or XeLaTeX

\documentclass{article}
\usepackage{libertinus}
\begin{document}
\(w_j q^j\) 
\end{document}

Expected behavior

The spacing between the w and the j should be smaller, the spacing between the j and the q should be bigger.

Screenshots

screenshot

Additional context

Also, see here: https://tex.stackexchange.com/q/530675/47156

@khaledhosny
Copy link
Contributor

I improved it a bit for XeTeX already, but for LuaTeX it is still broken because LuaTeX does not apply italic correction by default (for reasons beyond me).

@nagmat84
Copy link
Author

nagmat84 commented Mar 2, 2020

OK. Then, who is the correct addressee to whom I should post a bug report?

@khaledhosny
Copy link
Contributor

XeTeX output:
XeTeX output

@khaledhosny
Copy link
Contributor

LuaTeX developers.

@nagmat84
Copy link
Author

nagmat84 commented Mar 2, 2020

Sure thing. I hoped, you had an URL or mail address of the project. I was apparently unable to find it. Of course, there is http://www.luatex.org, but I hoped there would be something like a bug tracker or similar. It does not seem to be right, to post a bug to the legal contact of that website.

@waldyrious
Copy link
Collaborator

Looking at the description of the mirror repository https://github.com/TeX-Live/luatex, it says:

for issues please contact the luatex mailing list

And in the support page at luatex.org/support.html there are two mailing lists mentioned (luatex and dev-luatex), whose archives are public and show recent activity. So I guess that's where bugs can be reported.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants