summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/firamath-otf
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-01-16 21:11:39 +0000
committerKarl Berry <karl@freefriends.org>2023-01-16 21:11:39 +0000
commit7df0462240332030d967a22b5de31c5e666240d7 (patch)
treea6e2c3af563091c41eed8a589bc83b118004ec41 /Master/texmf-dist/tex/latex/firamath-otf
parent82cf5c68a439887b354b6410577f5a38fc93bc8b (diff)
firamath-otf (16jan23)
git-svn-id: svn://tug.org/texlive/trunk@65561 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/firamath-otf')
-rw-r--r--Master/texmf-dist/tex/latex/firamath-otf/firamath-otf.sty12
1 files changed, 8 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/firamath-otf/firamath-otf.sty b/Master/texmf-dist/tex/latex/firamath-otf/firamath-otf.sty
index ecc33046e86..41a56bd3fe7 100644
--- a/Master/texmf-dist/tex/latex/firamath-otf/firamath-otf.sty
+++ b/Master/texmf-dist/tex/latex/firamath-otf/firamath-otf.sty
@@ -1,4 +1,4 @@
-%% $Id: firamath-otf.sty 1022 2019-04-03 12:00:29Z herbert $
+%% $Id: firamath-otf.sty 673 2023-01-16 19:44:41Z herbert $
%%
%% This file is distributed under the terms of the LaTeX Project Public
%% License from CTAN archives in directory macros/latex/base/lppl.txt.
@@ -8,10 +8,10 @@
% Copyright 2018 Herbert Voss hvoss@tug.org
%
\ProvidesPackage{firamath-otf}[%
- 2019/04/03 v. 0.02a (Herbert Voss) Supports fira math fonts for all luatex/xetex .]
+ 2023/01/16 v. 0.03a (Herbert Voss) Supports fira math fonts for all luatex/xetex .]
+
+\RequirePackage{iftex,xkeyval,textcomp}
-\RequirePackage{ifxetex,ifluatex,xkeyval,textcomp}
-\RequirePackage{unicode-math}
\newif\iffiramath@fakebold \firamath@fakeboldfalse
\newif\iffiramath@lining \firamath@liningtrue
@@ -42,8 +42,12 @@
\def\firamath@defaultfeatures{}
\DeclareOptionX{defaultfeatures}{\def\firamath@defaultfeatures{#1}}
+\DeclareOptionX*{\PassOptionsToPackage{\CurrentOption}{unicode-math}}% added 20230111 hv
+
\ProcessOptionsX\relax
+\RequirePackage{unicode-math}
+
\iffiramath@fakebold\RequirePackage{xfakebold}\fi
\iffiramath@lining
\def\firamath@figurestyle{Lining}