texlive[71047] Master/texmf-dist: gelasio (23apr24)

commits+karl at tug.org commits+karl at tug.org
Tue Apr 23 21:30:19 CEST 2024


Revision: 71047
          https://tug.org/svn/texlive?view=revision&revision=71047
Author:   karl
Date:     2024-04-23 21:30:19 +0200 (Tue, 23 Apr 2024)
Log Message:
-----------
gelasio (23apr24)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/fonts/gelasio/README
    trunk/Master/texmf-dist/tex/latex/gelasio/gelasio.sty

Modified: trunk/Master/texmf-dist/doc/fonts/gelasio/README
===================================================================
--- trunk/Master/texmf-dist/doc/fonts/gelasio/README	2024-04-23 19:30:03 UTC (rev 71046)
+++ trunk/Master/texmf-dist/doc/fonts/gelasio/README	2024-04-23 19:30:19 UTC (rev 71047)
@@ -1,4 +1,4 @@
-This is the README for the gelasio package, version 2024-04-19.
+This is the README for the gelasio package, version 2024-04-23.
 
 This package provides LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeX
 support for the Gelasio family of fonts designed by Eben
@@ -32,8 +32,8 @@
 
 Font encodings supported are OT1, T1, LY1 and TS1.
 
-Commands \liningnums and \tabularnums select these number
-styles for local use.
+Commands \liningnums{...} and \tabularnums{...} select these
+number styles for local use.
 
 The original fonts are available at
 https://github.com/SorkinType/Gelasio and are licensed under the

Modified: trunk/Master/texmf-dist/tex/latex/gelasio/gelasio.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/gelasio/gelasio.sty	2024-04-23 19:30:03 UTC (rev 71046)
+++ trunk/Master/texmf-dist/tex/latex/gelasio/gelasio.sty	2024-04-23 19:30:19 UTC (rev 71047)
@@ -1,6 +1,6 @@
 \NeedsTeXFormat{LaTeX2e}
 \ProvidesPackage{gelasio}
-    [2024/04/19 (Bob Tennent and autoinst)  Style file for Gelasio fonts.]
+    [2024/04/23 (Bob Tennent and autoinst)  Style file for Gelasio fonts.]
 
 \RequirePackage{ifxetex,ifluatex,xkeyval,textcomp}
 
@@ -105,8 +105,8 @@
         BoldItalicFont     = *-\gelasio at boldstyle Italic ,
       ]
       {Gelasio}
-  \DeclareRobustCommand{\liningnums}{\addfontfeatures{Numbers=Lining}}
-  \DeclareRobustCommand{\tabularnums}{\addfontfeatures{Numbers=Tabular}}
+  \DeclareTextFontCommand{\liningnums}{\addfontfeatures{Numbers=Lining}}
+  \DeclareTextFontCommand{\tabularnums}{\addfontfeatures{Numbers=Tabular}}
   \providecommand\sufigures{\addfontfeatures{VerticalPosition=Superior}}
 
 \else % type1
@@ -118,8 +118,8 @@
   \fa at naming@exception{figures}{{superior}{proportional}}{Sup}
   \fa at naming@exception{figures}{{superior}{tabular}}{Sup}
   \def\sufigures{\@nomath\sufigures\fontfigurestyle{superior}\selectfont}
-  \DeclareRobustCommand{\tabularnums}{\fontfamily{Gelasio-T\gelasio at figurestyle}\selectfont}
-  \DeclareRobustCommand{\liningnums}{\fontfamily{Gelasio-\gelasio at figurealign LF}\selectfont}
+  \DeclareTextFontCommand{\tabularnums}{\fontfamily{Gelasio-T\gelasio at figurestyle}\selectfont}
+  \DeclareTextFontCommand{\liningnums}{\fontfamily{Gelasio-\gelasio at figurealign LF}\selectfont}
 
 \fi
 



More information about the tex-live-commits mailing list.