From dbedbcca1c9aaf46ba78c669a2bedda8d7ad1235 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 24 Apr 2024 21:10:37 +0000 Subject: ebgaramond (24apr24) git-svn-id: svn://tug.org/texlive/trunk@71069 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/fonts/ebgaramond/README | 2 +- .../doc/fonts/ebgaramond/ebgaramond-samples.pdf | Bin 101531 -> 166907 bytes .../texmf-dist/tex/latex/ebgaramond/ebgaramond.sty | 14 +++++--------- 3 files changed, 6 insertions(+), 10 deletions(-) diff --git a/Master/texmf-dist/doc/fonts/ebgaramond/README b/Master/texmf-dist/doc/fonts/ebgaramond/README index c5988f45c0d..ba6c7cc67c0 100644 --- a/Master/texmf-dist/doc/fonts/ebgaramond/README +++ b/Master/texmf-dist/doc/fonts/ebgaramond/README @@ -1,5 +1,5 @@ This is the README for the ebgaramond package, version -2023-03-19. +2024-04-23. This package provides LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeX support for the EB Garamond family of fonts, designed by diff --git a/Master/texmf-dist/doc/fonts/ebgaramond/ebgaramond-samples.pdf b/Master/texmf-dist/doc/fonts/ebgaramond/ebgaramond-samples.pdf index d972208bb72..4c83cc48b24 100644 Binary files a/Master/texmf-dist/doc/fonts/ebgaramond/ebgaramond-samples.pdf and b/Master/texmf-dist/doc/fonts/ebgaramond/ebgaramond-samples.pdf differ diff --git a/Master/texmf-dist/tex/latex/ebgaramond/ebgaramond.sty b/Master/texmf-dist/tex/latex/ebgaramond/ebgaramond.sty index 351b1b90a76..68786609bde 100644 --- a/Master/texmf-dist/tex/latex/ebgaramond/ebgaramond.sty +++ b/Master/texmf-dist/tex/latex/ebgaramond/ebgaramond.sty @@ -1,6 +1,6 @@ \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{ebgaramond} - [2022/09/10 (Bob Tennent and autoinst) Style file for EB Garamond fonts.] + [2024/04/23 (Bob Tennent and autoinst) Style file for EB Garamond fonts.] \RequirePackage{ifxetex,ifluatex,xkeyval,textcomp} @@ -133,6 +133,8 @@ \newfontface\initials{EBGaramond-Initials} \DeclareTextFontCommand{\oldstylenums}{\addfontfeatures{Numbers=OldStyle}} \DeclareTextFontCommand{\liningnums}{\addfontfeatures{Numbers=Lining}} + \DeclareTextFontCommand{\tabularnums}{\addfontfeatures{Numbers=Tabular}} + \DeclareTextFontCommand{\proportionalnums}{\addfontfeatures{Numbers=Proportional}} \DeclareTextFontCommand{\textin}{\initials} \else % type1 @@ -160,6 +162,8 @@ \def\initials{\fontfamily{EBGaramondInitials-TLF}\fontseries{m}\selectfont} \DeclareTextFontCommand{\oldstylenums}{\fontfamily{EBGaramond-\ebgaramond@figurealign OsF}\selectfont} \DeclareTextFontCommand{\liningnums}{\fontfamily{EBGaramond-\ebgaramond@figurealign LF}\selectfont} + \DeclareTextFontCommand{\tabularnums}{\fontfamily{EBGaramond-T\ebgaramond@figurestyle}\selectfont} + \DeclareTextFontCommand{\proportionalnums}{\fontfamily{EBGaramond-\ebgaramond@figurestyle}\selectfont} \DeclareTextFontCommand{\textin}{\initials} \fi @@ -168,14 +172,6 @@ \DeclareTextFontCommand{\textinf}{\infigures} \DeclareTextFontCommand{\textsw}{\swshape} -\ifebgaramond@otf - \DeclareTextFontCommand{\tabularnums}{\addfontfeatures{Numbers=Tabular}} - \DeclareTextFontCommand{\proportionalnums}{\addfontfeatures{Numbers=Proportional}} -\else % type1 - \DeclareTextFontCommand{\tabularnums}{\fontfamily{EBGaramond-T\ebgaramond@figurestyle}\selectfont} - \DeclareTextFontCommand{\proportionalnums}{\fontfamily{EBGaramond-\ebgaramond@figurestyle}\selectfont} -\fi - \ifebgaramond@lining \def\ebgaramondlgr@figurestyle{LF} \else -- cgit v1.2.3