diff options
author | Karl Berry <karl@freefriends.org> | 2019-05-31 21:45:42 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-05-31 21:45:42 +0000 |
commit | 2426786a5afcaf77fa032ea45169ef5a6d69829f (patch) | |
tree | ee19b0f1d4eb8f6f160726f4f6b9a593a30fbb79 /Master/texmf-dist/tex/latex/libertinus-otf | |
parent | 6b679dea54672dbe060abe23c623244c805f47b9 (diff) |
libertinus-otf (31may19)
git-svn-id: svn://tug.org/texlive/trunk@51277 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/libertinus-otf')
-rw-r--r-- | Master/texmf-dist/tex/latex/libertinus-otf/libertinus-otf.sty | 6 |
1 files changed, 3 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 d30e68aeef3..973a237f7bc 100644 --- a/Master/texmf-dist/tex/latex/libertinus-otf/libertinus-otf.sty +++ b/Master/texmf-dist/tex/latex/libertinus-otf/libertinus-otf.sty @@ -1,4 +1,4 @@ -%% $Id: libertinus-otf.sty 1069 2019-05-30 12:44:58Z herbert $ +%% $Id: libertinus-otf.sty 1070 2019-05-31 04:01:49Z 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 and Bob Tennent rdt@cs.queensu.ca % \ProvidesPackage{libertinus-otf}[% - 2019/05/30 v. 0.15 (Herbert Voss and Bob Tennent) Supports libertinus fonts for lualatex and xelatex.] + 2019/05/31 v. 0.16 (Herbert Voss and Bob Tennent) Supports libertinus fonts for lualatex and xelatex.] \RequirePackage{ifxetex,ifluatex,xkeyval,textcomp} \RequirePackage{unicode-math} @@ -293,7 +293,7 @@ \font\LibertinusKeyboard{file:LibertinusKeyboard-Regular.otf} \hyphenchar\LibertinusKeyboard=-1 \else - \font\LibertinusKeyboard"[file:LibertinusKeyboard-Regular.otf]" + \font\LibertinusKeyboard"[LibertinusKeyboard-Regular.otf]" \fi \newfontfamily\LibertinusDisplay{LibertinusSerifDisplay-Regular.otf} \newfontfamily\Libertinusinitials{LibertinusSerifInitials-Regular.otf} |