summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2024-04-20 19:23:55 +0000
committerKarl Berry <karl@freefriends.org>2024-04-20 19:23:55 +0000
commitb3dfb15913833dd4adddaccf899c3cd970de214b (patch)
tree99aa3acc65752bb3c249233515161a4ec429ed48
parentef6e5a0e1298976f0c96b9e0cc8c9159dc52712c (diff)
gelasio (20apr24)
git-svn-id: svn://tug.org/texlive/trunk@71012 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/fonts/gelasio/README5
-rw-r--r--Master/texmf-dist/tex/latex/gelasio/gelasio.sty10
2 files changed, 9 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/fonts/gelasio/README b/Master/texmf-dist/doc/fonts/gelasio/README
index 674b1577134..be14072e876 100644
--- a/Master/texmf-dist/doc/fonts/gelasio/README
+++ b/Master/texmf-dist/doc/fonts/gelasio/README
@@ -1,4 +1,4 @@
-This is the README for the gelasio package, version 2023-04-08.
+This is the README for the gelasio package, version 2024-04-19.
This package provides LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeX
support for the Gelasio family of fonts designed by Eben
@@ -32,6 +32,9 @@ to avoid fontspec may use the type1 option.
Font encodings supported are OT1, T1, LY1 and TS1.
+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
SIL Open Font License, (version 1.1); the text may be found
diff --git a/Master/texmf-dist/tex/latex/gelasio/gelasio.sty b/Master/texmf-dist/tex/latex/gelasio/gelasio.sty
index 5f1aaf9db4e..a765130c9df 100644
--- a/Master/texmf-dist/tex/latex/gelasio/gelasio.sty
+++ b/Master/texmf-dist/tex/latex/gelasio/gelasio.sty
@@ -1,6 +1,6 @@
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{gelasio}
- [2023/04/08 (Bob Tennent and autoinst) Style file for Gelasio fonts.]
+ [2024/04/19 (Bob Tennent and autoinst) Style file for Gelasio fonts.]
\RequirePackage{ifxetex,ifluatex,xkeyval,textcomp}
@@ -105,8 +105,8 @@
BoldItalicFont = *-\gelasio@boldstyle Italic ,
]
{Gelasio}
- \DeclareTextFontCommand{\liningnums}{\addfontfeatures{Numbers=Lining}}
- \DeclareTextFontCommand{\tabularnums}{\addfontfeatures{Numbers=Tabular}}
+ \DeclareRobustCommand{\liningnums}{\addfontfeatures{Numbers=Lining}}
+ \DeclareRobustCommand{\tabularnums}{\addfontfeatures{Numbers=Tabular}}
\providecommand\sufigures{\addfontfeatures{VerticalPosition=Superior}}
\else % type1
@@ -118,8 +118,8 @@
\fa@naming@exception{figures}{{superior}{proportional}}{Sup}
\fa@naming@exception{figures}{{superior}{tabular}}{Sup}
\def\sufigures{\@nomath\sufigures\fontfigurestyle{superior}\selectfont}
- \DeclareTextFontCommand{\tabularnums}{\fontfamily{Gelasio-T\gelasio@figurestyle}\selectfont}
- \DeclareTextFontCommand{\liningnums}{\fontfamily{Gelasio-\gelasio@figurealign LF}\selectfont}
+ \DeclareRobustCommand{\tabularnums}{\fontfamily{Gelasio-T\gelasio@figurestyle}\selectfont}
+ \DeclareRobustCommand{\liningnums}{\fontfamily{Gelasio-\gelasio@figurealign LF}\selectfont}
\fi