texlive[53310] Master/texmf-dist: libertine (3jan20)

commits+karl at tug.org commits+karl at tug.org
Fri Jan 3 23:14:31 CET 2020


Revision: 53310
          http://tug.org/svn/texlive?view=revision&revision=53310
Author:   karl
Date:     2020-01-03 23:14:31 +0100 (Fri, 03 Jan 2020)
Log Message:
-----------
libertine (3jan20)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/fonts/libertine/README
    trunk/Master/texmf-dist/fonts/opentype/public/libertine/LinBiolinum_RBO.otf
    trunk/Master/texmf-dist/tex/latex/libertine/libertine.sty

Removed Paths:
-------------
    trunk/Master/texmf-dist/fonts/opentype/public/libertine/LinLibertineMBnew.otf

Modified: trunk/Master/texmf-dist/doc/fonts/libertine/README
===================================================================
--- trunk/Master/texmf-dist/doc/fonts/libertine/README	2020-01-03 18:32:13 UTC (rev 53309)
+++ trunk/Master/texmf-dist/doc/fonts/libertine/README	2020-01-03 22:14:31 UTC (rev 53310)
@@ -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

Modified: trunk/Master/texmf-dist/fonts/opentype/public/libertine/LinBiolinum_RBO.otf
===================================================================
(Binary files differ)

Deleted: trunk/Master/texmf-dist/fonts/opentype/public/libertine/LinLibertineMBnew.otf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/tex/latex/libertine/libertine.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/libertine/libertine.sty	2020-01-03 18:32:13 UTC (rev 53309)
+++ trunk/Master/texmf-dist/tex/latex/libertine/libertine.sty	2020-01-03 22:14:31 UTC (rev 53310)
@@ -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 at 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}



More information about the tex-live-commits mailing list