texlive[71058] Master/texmf-dist: garamond-libre (24apr24)

commits+karl at tug.org commits+karl at tug.org
Wed Apr 24 22:14:29 CEST 2024


Revision: 71058
          https://tug.org/svn/texlive?view=revision&revision=71058
Author:   karl
Date:     2024-04-24 22:14:29 +0200 (Wed, 24 Apr 2024)
Log Message:
-----------
garamond-libre (24apr24)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/fonts/garamond-libre/README
    trunk/Master/texmf-dist/tex/latex/garamond-libre/garamondlibre.sty

Modified: trunk/Master/texmf-dist/doc/fonts/garamond-libre/README
===================================================================
--- trunk/Master/texmf-dist/doc/fonts/garamond-libre/README	2024-04-24 20:12:48 UTC (rev 71057)
+++ trunk/Master/texmf-dist/doc/fonts/garamond-libre/README	2024-04-24 20:14:29 UTC (rev 71058)
@@ -1,5 +1,5 @@
 This is the README for the garamond-libre package, 
-version 1.4 (2024-04-20)
+version 1.4 (2024-04-23)
 
 This package provides LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeX
 support for the Garamond Libre family of fonts.
@@ -52,9 +52,9 @@
 or lualatex users who prefer to use type1 fonts or to avoid
 fontspec.
 
-Commands \oldstylenums and \liningnums are defined
+Commands \oldstylenums{...} and \liningnums{...} are defined
 to allow for local use of old-style figures or lining
-figures, respectively. 
+figures, respectively.
 
 Superior numbers (for footnote markers) are available
 using \sufigures or \textsu{...}. Inferior numbers (for

Modified: trunk/Master/texmf-dist/tex/latex/garamond-libre/garamondlibre.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/garamond-libre/garamondlibre.sty	2024-04-24 20:12:48 UTC (rev 71057)
+++ trunk/Master/texmf-dist/tex/latex/garamond-libre/garamondlibre.sty	2024-04-24 20:14:29 UTC (rev 71058)
@@ -1,6 +1,6 @@
 \NeedsTeXFormat{LaTeX2e}
 \ProvidesPackage{GaramondLibre}
-    [2024/04/20 (Bob Tennent and autoinst)  Style file for GaramondLibre fonts.]
+    [2024/04/23 (Bob Tennent and autoinst)  Style file for GaramondLibre fonts.]
 
 \RequirePackage{ifxetex,ifluatex,xkeyval,textcomp}
 
@@ -76,8 +76,8 @@
   \providecommand\ornaments{\addfontfeatures{Numbers=Lining,Ornament}}
   \DeclareTextFontCommand{\textornaments}{\ornaments}
 
-  \DeclareRobustCommand{\oldstylenums}{\addfontfeatures{Numbers=OldStyle}}
-  \DeclareRobustCommand{\liningnums}{\addfontfeatures{Numbers=Lining}}
+  \DeclareTextFontCommand{\oldstylenums}{\addfontfeatures{Numbers=OldStyle}}
+  \DeclareTextFontCommand{\liningnums}{\addfontfeatures{Numbers=Lining}}
 
 \else % type1
 
@@ -108,8 +108,8 @@
   \providecommand{\ornament}[1]{\textornaments{\char##1}}
 
 
-  \DeclareRobustCommand{\oldstylenums}{\fontfamily{GaramondLibre-OsF}\selectfont}
-  \DeclareRobustCommand{\liningnums}{\fontfamily{GaramondLibre-LF}\selectfont}
+  \DeclareTextFontCommand{\oldstylenums}{\fontfamily{GaramondLibre-OsF}\selectfont}
+  \DeclareTextFontCommand{\liningnums}{\fontfamily{GaramondLibre-LF}\selectfont}
   \DeclareTextFontCommand{\textsw}{\swshape}
 
 \fi



More information about the tex-live-commits mailing list.