summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2024-04-24 20:14:29 +0000
committerKarl Berry <karl@freefriends.org>2024-04-24 20:14:29 +0000
commitcb6c19c875b754b696c30f77c294071f9b383d24 (patch)
treef4218f23888619a8c70f04b4ba24f0c76515d02b
parent6615d5589fb6aa65171015a48fea4893ea81100c (diff)
garamond-libre (24apr24)
git-svn-id: svn://tug.org/texlive/trunk@71058 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/fonts/garamond-libre/README6
-rw-r--r--Master/texmf-dist/tex/latex/garamond-libre/garamondlibre.sty10
2 files changed, 8 insertions, 8 deletions
diff --git a/Master/texmf-dist/doc/fonts/garamond-libre/README b/Master/texmf-dist/doc/fonts/garamond-libre/README
index a36b190f1a7..6c71fac9867 100644
--- a/Master/texmf-dist/doc/fonts/garamond-libre/README
+++ b/Master/texmf-dist/doc/fonts/garamond-libre/README
@@ -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 @@ adjust fontsizes. The type1 option may be used by xelatex
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
diff --git a/Master/texmf-dist/tex/latex/garamond-libre/garamondlibre.sty b/Master/texmf-dist/tex/latex/garamond-libre/garamondlibre.sty
index 2a0c1df26f1..10aba2117c2 100644
--- a/Master/texmf-dist/tex/latex/garamond-libre/garamondlibre.sty
+++ b/Master/texmf-dist/tex/latex/garamond-libre/garamondlibre.sty
@@ -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