diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/ebgaramond/ebgaramond.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/ebgaramond/ebgaramond.sty | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/ebgaramond/ebgaramond.sty b/Master/texmf-dist/tex/latex/ebgaramond/ebgaramond.sty index 70f65a6a39a..8d1bd93c6b8 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} - [2013/05/22 (Bob Tennent and autoinst) Style file for EB Garamond fonts.] + [2014/07/02 (Bob Tennent) Style file for EB Garamond fonts.] \RequirePackage{ifxetex,ifluatex,xkeyval,textcomp} @@ -88,6 +88,7 @@ ] {EBGaramond12} \providecommand\sufigures{\addfontfeatures{VerticalPosition=Superior}} + \providecommand\infigures{\addfontfeatures{VerticalPosition=ScientificInferior}} \newfontfamily\swshape [ Style={Swash}, Numbers = {\ebgaramond@figurealign,\ebgaramond@figurestyle}, @@ -113,10 +114,10 @@ BoldItalicFont = *-Italic , ] {EBGaramond12} - \newfontface\ebgaramond@initials{EBGaramond-Initials} + \newfontface\initials{EBGaramondInitials} \DeclareTextFontCommand{\oldstylenums}{\ebgaramondOsF} \DeclareTextFontCommand{\liningnums}{\ebgaramondLF} - \DeclareTextFontCommand{\textin}{\ebgaramond@initials} + \DeclareTextFontCommand{\textin}{\initials} \else % type1 @@ -133,6 +134,10 @@ \fa@naming@exception{figures}{{superior}{tabular}}{Sup} \def\sufigures{\@nomath\sufigures\fontfigurestyle{superior}\selectfont} + \fa@naming@exception{figures}{{inferior}{proportional}}{Inf} + \fa@naming@exception{figures}{{inferior}{tabular}}{Inf} + \def\infigures{\@nomath\infigures\fontfigurestyle{inferior}\selectfont} + \def\initials{\fontfamily{EBGaramondInitials-TLF}\selectfont} \DeclareTextFontCommand{\oldstylenums}{\fontfamily{EBGaramond-\ebgaramond@figurealign OsF}\selectfont} @@ -143,6 +148,7 @@ \DeclareTextFontCommand{\textsu}{\sufigures} \DeclareTextFontCommand{\textsw}{\swshape} +\DeclareTextFontCommand{\textinf}{\infigures} \ifebgaramond@otf \newfontfamily\ebgaramondtabular |