summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/libertine
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-01-03 22:14:31 +0000
committerKarl Berry <karl@freefriends.org>2020-01-03 22:14:31 +0000
commit427ff0e1351f0fb2fe9b26f570301d4708953984 (patch)
tree1ee32115a5aec53bfd74ee5baf05fd9e8b43c87c /Master/texmf-dist/tex/latex/libertine
parent9c856b8f43fd52bb6996cb661096c91b3eeed5f3 (diff)
libertine (3jan20)
git-svn-id: svn://tug.org/texlive/trunk@53310 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/libertine')
-rw-r--r--Master/texmf-dist/tex/latex/libertine/libertine.sty6
1 files changed, 5 insertions, 1 deletions
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}