texlive[71057] Master/texmf-dist: cormorantgaramond (24apr24)
commits+karl at tug.org
commits+karl at tug.org
Wed Apr 24 22:12:48 CEST 2024
Revision: 71057
https://tug.org/svn/texlive?view=revision&revision=71057
Author: karl
Date: 2024-04-24 22:12:48 +0200 (Wed, 24 Apr 2024)
Log Message:
-----------
cormorantgaramond (24apr24)
Modified Paths:
--------------
trunk/Master/texmf-dist/doc/fonts/cormorantgaramond/README
trunk/Master/texmf-dist/tex/latex/cormorantgaramond/CormorantGaramond.sty
Modified: trunk/Master/texmf-dist/doc/fonts/cormorantgaramond/README
===================================================================
--- trunk/Master/texmf-dist/doc/fonts/cormorantgaramond/README 2024-04-24 12:09:11 UTC (rev 71056)
+++ trunk/Master/texmf-dist/doc/fonts/cormorantgaramond/README 2024-04-24 20:12:48 UTC (rev 71057)
@@ -1,5 +1,5 @@
This is the README for the cormorantgaramond package,
-version 3.601 (2024-04-20).
+version 3.601 (2024-04-23).
This package provides LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeX
support for the Cormorant Garamond family of fonts, designed by
@@ -55,9 +55,9 @@
fontsizes. The type1 option may be used by xelatex or lualatex users
who prefer to use type1 fonts or to avoid fontspec.
-Commands \oldstylenums and \liningnums are defined to allow
+Commands \oldstylenums{...} and \liningnums{...} are defined to allow
for local use of old-style figures or lining figures, respectively.
-Similarly, \tabularnums and \proportionalnums allow for local
+Similarly, \tabularnums{...} and \proportionalnums{...} allow for local
use of monospaced or varying-width figures, respectively.
Superior numbers (for footnote markers) are available
Modified: trunk/Master/texmf-dist/tex/latex/cormorantgaramond/CormorantGaramond.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/cormorantgaramond/CormorantGaramond.sty 2024-04-24 12:09:11 UTC (rev 71056)
+++ trunk/Master/texmf-dist/tex/latex/cormorantgaramond/CormorantGaramond.sty 2024-04-24 20:12:48 UTC (rev 71057)
@@ -1,6 +1,6 @@
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{CormorantGaramond}
- [2024/04/20 (Bob Tennent and autoinst) Style file for Cormorant Garamond fonts.]
+ [2024/04/23 (Bob Tennent and autoinst) Style file for Cormorant Garamond fonts.]
\RequirePackage{ifxetex,ifluatex,xkeyval,textcomp}
@@ -101,10 +101,10 @@
{CormorantGaramond}
\providecommand\sufigures{\addfontfeatures{VerticalPosition=Superior}}
\providecommand\infigures{\addfontfeatures{VerticalPosition=ScientificInferior}}
- \DeclareRobustCommand{\oldstylenums}{\addfontfeatures{Numbers=OldStyle}}
- \DeclareRobustCommand{\liningnums}{\addfontfeatures{Numbers=Lining}}
- \DeclareRobustCommand{\tabularnums}{\addfontfeatures{Numbers=Tabular}}
- \DeclareRobustCommand{\proportionalnums}{\addfontfeatures{Numbers=Lining}} % pnum not supported
+ \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
@@ -120,10 +120,10 @@
\fa at naming@exception{figures}{{inferior}{tabular}}{Inf}
\def\infigures{\@nomath\infigures\fontfigurestyle{inferior}\selectfont}
- \DeclareRobustCommand{\oldstylenums}{\fontfamily{CormorantGaramond-\cormorantgaramond at figurealign OsF}\selectfont}
- \DeclareRobustCommand{\liningnums}{\fontfamily{CormorantGaramond-\cormorantgaramond at figurealign LF}\selectfont}
- \DeclareRobustCommand{\tabularnums}{\fontfamily{CormorantGaramond-T\cormorantgaramond at figurestyle}\selectfont}
- \DeclareRobustCommand{\proportionalnums}{\fontfamily{CormorantGaramond-\cormorantgaramond at figurestyle}\selectfont}
+ \DeclareTextFontCommand{\oldstylenums}{\fontfamily{CormorantGaramond-\cormorantgaramond at figurealign OsF}\selectfont}
+ \DeclareTextFontCommand{\liningnums}{\fontfamily{CormorantGaramond-\cormorantgaramond at figurealign LF}\selectfont}
+ \DeclareTextFontCommand{\tabularnums}{\fontfamily{CormorantGaramond-T\cormorantgaramond at figurestyle}\selectfont}
+ \DeclareTextFontCommand{\proportionalnums}{\fontfamily{CormorantGaramond-\cormorantgaramond at figurestyle}\selectfont}
\fi
More information about the tex-live-commits
mailing list.