summaryrefslogtreecommitdiff
path: root/Master
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
parent9c856b8f43fd52bb6996cb661096c91b3eeed5f3 (diff)
libertine (3jan20)
git-svn-id: svn://tug.org/texlive/trunk@53310 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r--Master/texmf-dist/doc/fonts/libertine/README2
-rw-r--r--Master/texmf-dist/fonts/opentype/public/libertine/LinBiolinum_RBO.otfbin746060 -> 746100 bytes
-rw-r--r--Master/texmf-dist/fonts/opentype/public/libertine/LinLibertineMBnew.otfbin485724 -> 0 bytes
-rw-r--r--Master/texmf-dist/tex/latex/libertine/libertine.sty6
4 files changed, 6 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/fonts/libertine/README b/Master/texmf-dist/doc/fonts/libertine/README
index 5b87fe1175c..56779236081 100644
--- a/Master/texmf-dist/doc/fonts/libertine/README
+++ b/Master/texmf-dist/doc/fonts/libertine/README
@@ -1,4 +1,4 @@
-This is the README for libertine, version 5.3.0 (2019-05-20).
+This is the README for libertine, version 5.3.0 (2020-01-03).
This package provides support for use of the Linux Libertine and Linux
Biolinum families of fonts with LaTeX. Most features are usable with
diff --git a/Master/texmf-dist/fonts/opentype/public/libertine/LinBiolinum_RBO.otf b/Master/texmf-dist/fonts/opentype/public/libertine/LinBiolinum_RBO.otf
index 21ef11b25a2..26e6588f3aa 100644
--- a/Master/texmf-dist/fonts/opentype/public/libertine/LinBiolinum_RBO.otf
+++ b/Master/texmf-dist/fonts/opentype/public/libertine/LinBiolinum_RBO.otf
Binary files differ
diff --git a/Master/texmf-dist/fonts/opentype/public/libertine/LinLibertineMBnew.otf b/Master/texmf-dist/fonts/opentype/public/libertine/LinLibertineMBnew.otf
deleted file mode 100644
index 343eadcdb94..00000000000
--- a/Master/texmf-dist/fonts/opentype/public/libertine/LinLibertineMBnew.otf
+++ /dev/null
Binary files differ
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}