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

range={\backprime} or range={"2035} fails #529

Open
ghost opened this issue Aug 22, 2019 · 0 comments
Open

range={\backprime} or range={"2035} fails #529

ghost opened this issue Aug 22, 2019 · 0 comments

Comments

@ghost
Copy link

ghost commented Aug 22, 2019

Description

Getting the reversed prime ‵ (U+2035) from TeX Gyre Termes Math fails when the main math font is Cambria Math.

Add info or delete as appropriate:

Minimal example demonstrating the issue

\documentclass{standalone}
\usepackage{unicode-math}
\setmathfont{cambria.ttc}[FontIndex=1]
\setmathfont{texgyretermes-math.otf}[range={\backprime}]%%% fails
%\setmathfont[Ligatures=TeX,range={\backprime}]{texgyretermes-math.otf}%%% fails
%\setmathfont[Ligatures=TeX,range={"2035}]{texgyretermes-math.otf}%%% fails
%\setmathfont[range={\backprime}]{texgyretermes-math.otf}%%% fails
%\setmathfont[range={"2035}]{texgyretermes-math.otf}%%% fails
%\setmathfont[Ligatures=TeX,range={"2035,\backprime}]{texgyretermes-math.otf}%%%  works
%\setmathfont[range={"2035,\backprime}]{texgyretermes-math.otf}%%%  works
\begin{document}
\(\sigma^{\backprime}\)
\end{document}

Further details

Output:
failing output

Expected: σ‵

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

0 participants