From 427ff0e1351f0fb2fe9b26f570301d4708953984 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 3 Jan 2020 22:14:31 +0000 Subject: libertine (3jan20) git-svn-id: svn://tug.org/texlive/trunk@53310 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/latex/libertine/libertine.sty | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Master/texmf-dist/tex/latex/libertine') diff --git a/Master/texmf-dist/tex/latex/libertine/libertine.sty b/Master/texmf-dist/tex/latex/libertine/libertine.sty index 6c29af2316e..d8ecfc6dda9 100644 --- a/Master/texmf-dist/tex/latex/libertine/libertine.sty +++ b/Master/texmf-dist/tex/latex/libertine/libertine.sty @@ -1,5 +1,5 @@ \ProvidesPackage{libertine}[% - 2019/02/27 (Bob Tennent) Supports Libertine and Biolinum fonts for all LaTeX engines.] + 2019/07/01 (Bob Tennent) Supports Libertine and Biolinum fonts for all LaTeX engines.] % with (partial) compatibilty with libertine-type1, biolinum-type1, % libertine, libertine-legacy and libertineotf packages @@ -274,6 +274,10 @@ \iflibertine@otf \RequirePackage{fontspec} + \ifluatex % avoid possibly uncorrected "system" fonts + \directlua{fonts.names.set_location_precedence{ + "local", "texmf", "system" }} + \fi \else \RequirePackage{mweights} \RequirePackage{fontenc,fontaxes} -- cgit v1.2.3