diff options
author | Karl Berry <karl@freefriends.org> | 2020-02-08 22:15:39 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-02-08 22:15:39 +0000 |
commit | 1c3bbdff0aab0dc6cabe1fe32f485d289f861bb1 (patch) | |
tree | 238ad5e5628b5d44b74698221d22a7a305973d94 /Master/texmf-dist/tex/latex/libertinus-otf/libertinus-otf.sty | |
parent | 5e44a67a6bf73da086183ca92f7a96127fd22b2e (diff) |
libertinus-otf (8feb20)
git-svn-id: svn://tug.org/texlive/trunk@53716 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/libertinus-otf/libertinus-otf.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/libertinus-otf/libertinus-otf.sty | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/libertinus-otf/libertinus-otf.sty b/Master/texmf-dist/tex/latex/libertinus-otf/libertinus-otf.sty index 553231b76d9..e741af8b00d 100644 --- a/Master/texmf-dist/tex/latex/libertinus-otf/libertinus-otf.sty +++ b/Master/texmf-dist/tex/latex/libertinus-otf/libertinus-otf.sty @@ -5,14 +5,13 @@ %% Either version 1.3 or, at your option, any later version. %% % -% Copyright 2019 Herbert Voss hvoss@tug.org and Bob Tennent rdt@cs.queensu.ca +% Copyright 2020 Herbert Voss hvoss@tug.org % \ProvidesPackage{libertinus-otf}[% - 2019/10/23 v. 0.22 (Herbert Voss and Bob Tennent) Supports libertinus fonts for lualatex and xelatex.] + 2020/02/08 v. 0.23 (Herbert Voss) Supports libertinus fonts for lualatex and xelatex.] \RequirePackage{ifxetex,ifluatex,xkeyval,textcomp} %\RequirePackage[no-math]{fontspec} -\RequirePackage{unicode-math} \newif\iflibertinus@mono \libertinus@monotrue \newif\iflibertinus@nomath \libertinus@nomathfalse @@ -54,6 +53,12 @@ \ProcessOptionsX\relax +\iflibertinus@nomath + \RequirePackage{fontspec} +\else + \RequirePackage{unicode-math} +\fi + \iflibertinus@lining \def\libertinus@figurestyle{+lnum} \else |