diff options
author | Karl Berry <karl@freefriends.org> | 2022-04-21 20:11:24 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2022-04-21 20:11:24 +0000 |
commit | d95b31adfa95798d45a65be26e3771b288180d52 (patch) | |
tree | f388c017991287c4bea3d4160a3e5b77dada9f26 /Master/texmf-dist/tex | |
parent | cf71a055e1594bbe7e4b602ea3daeb29e2fb078d (diff) |
concmath-otf (21apr22)
git-svn-id: svn://tug.org/texlive/trunk@63096 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/latex/concmath-otf/concmath-otf.sty | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/latex/concmath-otf/concmath-otf.sty b/Master/texmf-dist/tex/latex/concmath-otf/concmath-otf.sty index b17cd5148d7..cbc332b97ad 100644 --- a/Master/texmf-dist/tex/latex/concmath-otf/concmath-otf.sty +++ b/Master/texmf-dist/tex/latex/concmath-otf/concmath-otf.sty @@ -1,6 +1,6 @@ \NeedsTeXFormat{LaTeX2e}[2018/01/01] -\def\fileversion{0.20} -\def\filedate{2022-01-13} +\def\fileversion{0.21} +\def\filedate{2022-04-21} \ProvidesPackage{concmath-otf}[\filedate\space\fileversion] % Ensure luatex or xetex engine @@ -8,9 +8,10 @@ \RequireTUTeX \RequirePackage{unicode-math} -\newopentypefeature{Style}{leqslant}{ss04} -\newopentypefeature{Style}{smaller}{ss05} -\newopentypefeature{Style}{subsetneq}{ss06} +\newopentypefeature{Style}{upint}{+ss03} +\newopentypefeature{Style}{leqslant}{+ss04} +\newopentypefeature{Style}{smaller}{+ss05} +\newopentypefeature{Style}{subsetneq}{+ss06} % Options: forward them to \setmathfont except "tight", "loose" and "no-text". \RequirePackage{xkeyval} @@ -55,7 +56,7 @@ \begingroup \edef\temp{% \endgroup - \noexpand\setmathfont{Concrete-Math.otf}% + \noexpand\setmathfont{Concrete Math}% [\unexpanded\expandafter{\the\CCMtoks}]% } \temp |