diff options
author | Karl Berry <karl@freefriends.org> | 2024-04-24 20:14:29 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2024-04-24 20:14:29 +0000 |
commit | cb6c19c875b754b696c30f77c294071f9b383d24 (patch) | |
tree | f4218f23888619a8c70f04b4ba24f0c76515d02b /Master/texmf-dist/tex/latex | |
parent | 6615d5589fb6aa65171015a48fea4893ea81100c (diff) |
garamond-libre (24apr24)
git-svn-id: svn://tug.org/texlive/trunk@71058 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-rw-r--r-- | Master/texmf-dist/tex/latex/garamond-libre/garamondlibre.sty | 10 |
1 files changed, 5 insertions, 5 deletions
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 |