diff options
author | Karl Berry <karl@freefriends.org> | 2022-09-11 20:43:48 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2022-09-11 20:43:48 +0000 |
commit | fb7ae4384e26b9c9d6a6f9c8432d01424193538c (patch) | |
tree | cd32fc7658995d70d19740defb9a244372098dc9 | |
parent | ee3e4be45e1f0d7906754e5fe2fdf0bc353cb42e (diff) |
ebgaramond (11sep22)
git-svn-id: svn://tug.org/texlive/trunk@64343 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/texmf-dist/doc/fonts/ebgaramond/README | 5 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/ebgaramond/ebgaramond.sty | 36 |
2 files changed, 5 insertions, 36 deletions
diff --git a/Master/texmf-dist/doc/fonts/ebgaramond/README b/Master/texmf-dist/doc/fonts/ebgaramond/README index bb44dab6214..e4f47a0876d 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 -2020-04-12. +2022-09-10. This package provides LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeX support for the EB Garamond family of fonts, designed by @@ -75,6 +75,9 @@ Command \textin{...} produces decorative initials; currently only the following glyphs are available: A, D, F, G, L, N, O, Q, T and X. +Command \ebgaramond supports local use of the EB Garamond +fonts. + Command \ebgaramondlgr activates the LGR encoding of type1 fonts. diff --git a/Master/texmf-dist/tex/latex/ebgaramond/ebgaramond.sty b/Master/texmf-dist/tex/latex/ebgaramond/ebgaramond.sty index f84061b34d8..351b1b90a76 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} - [2020/04/12 (Bob Tennent and autoinst) Style file for EB Garamond fonts.] + [2022/09/10 (Bob Tennent and autoinst) Style file for EB Garamond fonts.] \RequirePackage{ifxetex,ifluatex,xkeyval,textcomp} @@ -103,7 +103,6 @@ \fi \ifebgaramond@otf - \ifxetex\XeTeXtracingfonts=1\fi \def\ebgaramond@regular{Regular} \defaultfontfeatures{ @@ -131,23 +130,6 @@ {EBGaramond} \providecommand\sufigures{\addfontfeatures{VerticalPosition=Superior}} \providecommand\infigures{\addfontfeatures{VerticalPosition=ScientificInferior}} - \newfontfamily\ebgaramondOsF - [ Numbers = {\ebgaramond@figurealign,OldStyle}, - UprightFont = *-\ebgaramond@regularstyle , - ItalicFont = *-\ifx\ebgaramond@regularstyle\ebgaramond@regular Italic\else\ebgaramond@regularstyle Italic\fi , - BoldFont = *-\ebgaramond@boldstyle , - BoldItalicFont = *-\ebgaramond@boldstyle Italic , - ] - {EBGaramond} - \newfontfamily\ebgaramondLF - [ Numbers = {\ebgaramond@figurealign,Lining}, - UprightFont = *-\ebgaramond@regularstyle , - ItalicFont = *-\ifx\ebgaramond@regularstyle\ebgaramond@regular Italic\else\ebgaramond@regularstyle Italic\fi , - BoldFont = *-\ebgaramond@boldstyle , - BoldItalicFont = *-\ebgaramond@boldstyle Italic , - ] - {EBGaramond} - \newfontface\initials{EBGaramond-Initials} \DeclareTextFontCommand{\oldstylenums}{\addfontfeatures{Numbers=OldStyle}} \DeclareTextFontCommand{\liningnums}{\addfontfeatures{Numbers=Lining}} @@ -187,22 +169,6 @@ \DeclareTextFontCommand{\textsw}{\swshape} \ifebgaramond@otf - \newfontfamily\ebgaramondtabular - [ Numbers = {Monospaced,\ebgaramond@figurestyle}, - UprightFont = *-\ebgaramond@regularstyle , - ItalicFont = *-\ifx\ebgaramond@regularstyle\ebgaramond@regular Italic\else\ebgaramond@regularstyle Italic\fi , - BoldFont = *-\ebgaramond@boldstyle , - BoldItalicFont = *-\ebgaramond@boldstyle Italic , - ] - {EBGaramond} - \newfontfamily\ebgaramondproportional - [ Numbers = {Proportional,\ebgaramond@figurestyle}, - UprightFont = *-\ebgaramond@regularstyle , - ItalicFont = *-\ifx\ebgaramond@regularstyle\ebgaramond@regular Italic\else\ebgaramond@regularstyle Italic\fi , - BoldFont = *-\ebgaramond@boldstyle , - BoldItalicFont = *-\ebgaramond@boldstyle Italic , - ] - {EBGaramond} \DeclareTextFontCommand{\tabularnums}{\addfontfeatures{Numbers=Tabular}} \DeclareTextFontCommand{\proportionalnums}{\addfontfeatures{Numbers=Proportional}} \else % type1 |