latex3 / unicode-math

XeLaTeX/LuaLaTeX package for using unicode/OpenType maths fonts
http://ctan.org/pkg/unicode-math
LaTeX Project Public License v1.3c
245 stars 29 forks source link

Scaling fails when using the unicode-math package the prime (') appears too high. #528

Open steliosxara opened 5 years ago

steliosxara commented 5 years ago

Description

Scaling fails when using the unicode-math package the prime (') appears too high.

Add info or delete as appropriate:

Minimal example demonstrating the issue

\documentclass{article}
\usepackage{unicode-math}
\setmathfont{texgyrepagella-math.otf}% filename only please!
\begin{document}
$y'$\Large$y'$
\end{document}

Further details

RuixiZhang42 commented 5 years ago

Possibly a duplicate of https://github.com/wspr/unicode-math/issues/275