summaryrefslogtreecommitdiff
path: root/Master/texmf-dist
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2024-04-23 19:30:19 +0000
committerKarl Berry <karl@freefriends.org>2024-04-23 19:30:19 +0000
commit4f5a452a6a64e093b6c9a0914157637aaf48bf53 (patch)
treeb231f7a60f24eb757c23470f9bc3af55e363ffcb /Master/texmf-dist
parentbb06846f91f3f2b4a56b9c875413dd9045ce4c29 (diff)
gelasio (23apr24)
git-svn-id: svn://tug.org/texlive/trunk@71047 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r--Master/texmf-dist/doc/fonts/gelasio/README6
-rw-r--r--Master/texmf-dist/tex/latex/gelasio/gelasio.sty10
2 files changed, 8 insertions, 8 deletions
diff --git a/Master/texmf-dist/doc/fonts/gelasio/README b/Master/texmf-dist/doc/fonts/gelasio/README
index be14072e876..404163aff52 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 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 @@ 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.
+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
diff --git a/Master/texmf-dist/tex/latex/gelasio/gelasio.sty b/Master/texmf-dist/tex/latex/gelasio/gelasio.sty
index a765130c9df..49b9e973628 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}
- [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@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@naming@exception{figures}{{superior}{proportional}}{Sup}
\fa@naming@exception{figures}{{superior}{tabular}}{Sup}
\def\sufigures{\@nomath\sufigures\fontfigurestyle{superior}\selectfont}
- \DeclareRobustCommand{\tabularnums}{\fontfamily{Gelasio-T\gelasio@figurestyle}\selectfont}
- \DeclareRobustCommand{\liningnums}{\fontfamily{Gelasio-\gelasio@figurealign LF}\selectfont}
+ \DeclareTextFontCommand{\tabularnums}{\fontfamily{Gelasio-T\gelasio@figurestyle}\selectfont}
+ \DeclareTextFontCommand{\liningnums}{\fontfamily{Gelasio-\gelasio@figurealign LF}\selectfont}
\fi