diff options
author | Karl Berry <karl@freefriends.org> | 2019-03-21 20:46:35 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-03-21 20:46:35 +0000 |
commit | bc1d30557d3d1db08de2b8c0dc7dc475a21cb6e9 (patch) | |
tree | 8dd135a6b6e56ce23d541093aa7800296c156fa7 /Master/texmf-dist/tex | |
parent | 9623a1470641410d6c1784c8bf25e3bcf1398a01 (diff) |
firamath-otf (21mar19)
git-svn-id: svn://tug.org/texlive/trunk@50505 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/latex/firamath-otf/firamath-otf.sty | 6 |
1 files changed, 4 insertions, 2 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 e066ad4a89d..88775717261 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 808 2018-09-17 06:52:53Z herbert $ +%% $Id: firamath-otf.sty 994 2019-03-21 09:42:36Z 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,7 +8,7 @@ % Copyright 2018 Herbert Voss hvoss@tug.org % \ProvidesPackage{firamath-otf}[% - 2018/09/17 v. 0.01 (Herbert Voss) Supports fira math fonts for all luatex/xetex .] + 2019/03/21 v. 0.02 (Herbert Voss) Supports fira math fonts for all luatex/xetex .] \RequirePackage{ifxetex,ifluatex,xkeyval,textcomp} \RequirePackage{unicode-math} @@ -18,6 +18,8 @@ \newif\iffiramath@tabular \firamath@tabulartrue \newif\iffiramath@usefilenames \firamath@usefilenamesfalse +\def\fira@weight{Regular}% default + \DeclareOptionX{fakebold}[true]{\@nameuse{firamath@fakebold#1}} \DeclareOptionX{weight}[Regular]{\def\fira@weight{#1}} \DeclareOptionX{lining}[true]{\@nameuse{firamath@lining#1}} |