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

The version option does not play well with the range option #255

Open
quinmars opened this issue Aug 19, 2013 · 0 comments
Open

The version option does not play well with the range option #255

quinmars opened this issue Aug 19, 2013 · 0 comments
Projects

Comments

@quinmars
Copy link

If you use the range option in conjunction with the version no letter will appear.

\documentclass{article}

\usepackage{unicode-math}
\setmainfont{TeX Gyre Pagella}
%\setmathfont{TeX Gyre Pagella Math}
\setmathfont[version=heros]{TeX Gyre Termes Math}
\setmathfont[version=heros,range=\mathit]{TeX Gyre Heros Italic}
\setmathfont{TeX Gyre Pagella Math}

\begin{document}
    $C$ {\mathversion{heros}$A$} $C$
\end{document}

Here the output is C C both in TG Pagella. If you put the \setmathfont{TeX Gyre Pagella Math} before the definition of the Heros version all math is using the Heros range.

@wspr wspr added this to To Do (serious) in v0.9 Oct 23, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
v0.9
  
To Do (serious)
Development

No branches or pull requests

1 participant