latex3 / unicode-math

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

Something wrong with RANGE #431

Closed unigrau closed 6 years ago

unigrau commented 6 years ago

unicode-math 08j released 2018-01-07: See your own example page 15 of unicode-math.pdf.pdf concerning \mathcal and mathscr. A sentence or two describing the issue.

Check/indicate

Minimal example demonstrating the issue

\documentclass{article}
\usepackage{unicode-math}
\setmathfont{texgyrepagella-math.otf}
\begin{document}
\[
  a = b
\]
\end{document}

Further details

TorbjornT commented 6 years ago

Your issue is a bit confusing at first, seeing as most of it is just the template for new issues. It would be better if you actually added a sentence or two describing the issue properly, and an example, such as

\documentclass{article}
\usepackage{unicode-math}
\begin{document}
\setmathfont{xits-math.otf}[range=scr]
\setmathfont{xits-math.otf}[range=cal,StylisticSet=1]
The Script style (\texttt{mathscr}) in XITS Math is: $\symscr{ABCXYZ}$\par
The Caligraphic style (\texttt{mathcal}) in XITS Math is: $\symcal{ABCXYZ}$
\end{document}

image

wspr commented 6 years ago

@TorbjornT Thanks for the improved test file :) I've now fixed the issue and will send a release to CTAN in the next day or so.