diff options
-rw-r--r-- | Master/texmf-dist/doc/fonts/cormorantgaramond/README | 2 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/cormorantgaramond/CormorantGaramond.sty | 42 |
2 files changed, 6 insertions, 38 deletions
diff --git a/Master/texmf-dist/doc/fonts/cormorantgaramond/README b/Master/texmf-dist/doc/fonts/cormorantgaramond/README index 70cc1c3233b..9b6c36f118f 100644 --- a/Master/texmf-dist/doc/fonts/cormorantgaramond/README +++ b/Master/texmf-dist/doc/fonts/cormorantgaramond/README @@ -1,5 +1,5 @@ This is the README for the cormorantgaramond package, -version 3.601 (2020-01-06). +version 3.601 (2020-04-12). This package provides LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeX support for the Cormorant Garamond family of fonts, designed by diff --git a/Master/texmf-dist/tex/latex/cormorantgaramond/CormorantGaramond.sty b/Master/texmf-dist/tex/latex/cormorantgaramond/CormorantGaramond.sty index 40e40806dfa..d9f58b16720 100644 --- a/Master/texmf-dist/tex/latex/cormorantgaramond/CormorantGaramond.sty +++ b/Master/texmf-dist/tex/latex/cormorantgaramond/CormorantGaramond.sty @@ -1,6 +1,6 @@ \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{CormorantGaramond} - [2020/01/06 (Bob Tennent and autoinst) Style file for Cormorant Garamond fonts.] + [2020/04/12 (Bob Tennent and autoinst) Style file for Cormorant Garamond fonts.] \RequirePackage{ifxetex,ifluatex,xkeyval,textcomp} @@ -110,42 +110,10 @@ {CormorantGaramond} \providecommand\sufigures{\addfontfeatures{VerticalPosition=Superior}} \providecommand\infigures{\addfontfeatures{VerticalPosition=ScientificInferior}} - \newfontfamily\cormorantgaramondOsF - [ Numbers = {\cormorantgaramond@figurealign,OldStyle}, - UprightFont = *-\cormorantgaramond@regstyle , - ItalicFont = *-\ifx\cormorantgaramond@regstyle\cormorantgaramond@regular Italic\else\cormorantgaramond@regstyle Italic\fi , - BoldFont = *-\cormorantgaramond@boldstyle , - BoldItalicFont = *-\cormorantgaramond@boldstyle Italic , - ] - {CormorantGaramond} - \newfontfamily\cormorantgaramondLF - [ Numbers = {\cormorantgaramond@figurealign,Lining}, - UprightFont = *-\cormorantgaramond@regstyle , - ItalicFont = *-\ifx\cormorantgaramond@regstyle\cormorantgaramond@regular Italic\else\cormorantgaramond@regstyle Italic\fi , - BoldFont = *-\cormorantgaramond@boldstyle , - BoldItalicFont = *-\cormorantgaramond@boldstyle Italic , - ] - {CormorantGaramond} - \newfontfamily\cormorantgaramondtabular - [ Numbers = {Monospaced,\cormorantgaramond@figurestyle}, - UprightFont = *-\cormorantgaramond@regstyle , - ItalicFont = *-\ifx\cormorantgaramond@regstyle\cormorantgaramond@regular Italic\else\cormorantgaramond@regstyle Italic\fi , - BoldFont = *-\cormorantgaramond@boldstyle , - BoldItalicFont = *-\cormorantgaramond@boldstyle Italic , - ] - {CormorantGaramond} - \newfontfamily\cormorantgaramondproportional - [ Numbers = {\cormorantgaramond@figurestyle}, - UprightFont = *-\cormorantgaramond@regstyle , - ItalicFont = *-\ifx\cormorantgaramond@regstyle\cormorantgaramond@regular Italic\else\cormorantgaramond@regstyle Italic\fi , - BoldFont = *-\cormorantgaramond@boldstyle , - BoldItalicFont = *-\cormorantgaramond@boldstyle Italic , - ] - {CormorantGaramond} - \DeclareTextFontCommand{\oldstylenums}{\cormorantgaramondOsF} - \DeclareTextFontCommand{\liningnums}{\cormorantgaramondLF} - \DeclareTextFontCommand{\tabularnums}{\cormorantgaramondtabular} - \DeclareTextFontCommand{\proportionalnums}{\cormorantgaramondproportional} + \DeclareTextFontCommand{\oldstylenums}{\addfontfeatures{Numbers=OldStyle}} + \DeclareTextFontCommand{\liningnums}{\addfontfeatures{Numbers=Lining}} + \DeclareTextFontCommand{\tabularnums}{\addfontfeatures{Numbers=Tabular}} + \DeclareTextFontCommand{\proportionalnums}{\addfontfeatures{Numbers=Lining}} % pnum not supported \else % type1 |