summaryrefslogtreecommitdiff
path: root/fonts
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2024-04-21 03:01:15 +0000
committerNorbert Preining <norbert@preining.info>2024-04-21 03:01:15 +0000
commit3617595995cb2684b6a938dcbb288f658b3f9501 (patch)
tree7b8881d6145a5eae4e9ca95073704ce3a83cad39 /fonts
parentb235955f171a9dc4a73c82b7b44fc2be52576393 (diff)
CTAN sync 202404210301
Diffstat (limited to 'fonts')
-rw-r--r--fonts/atkinson/README6
-rw-r--r--fonts/atkinson/doc/atkinson-samples.pdfbin26640 -> 68183 bytes
-rw-r--r--fonts/atkinson/doc/atkinson-samples.tex2
-rw-r--r--fonts/atkinson/latex/atkinson.sty5
-rw-r--r--fonts/cormorantgaramond/README6
-rw-r--r--fonts/cormorantgaramond/latex/CormorantGaramond.sty18
-rw-r--r--fonts/garamond-libre/README8
-rw-r--r--fonts/garamond-libre/doc/garamond-libre.pdfbin82831 -> 493596 bytes
-rw-r--r--fonts/garamond-libre/doc/garamond-libre.tex4
-rw-r--r--fonts/garamond-libre/latex/garamondlibre.sty10
-rw-r--r--fonts/gelasio/README5
-rw-r--r--fonts/gelasio/latex/gelasio.sty10
-rw-r--r--fonts/ibarra/README6
-rw-r--r--fonts/ibarra/doc/ibarra-samples.pdfbin101119 -> 175741 bytes
-rw-r--r--fonts/ibarra/doc/ibarra-samples.tex4
-rw-r--r--fonts/ibarra/latex/ibarra.sty10
-rw-r--r--fonts/junicode/README18
-rw-r--r--fonts/junicode/doc/junicode-samples.pdfbin152565 -> 2461029 bytes
-rw-r--r--fonts/junicode/doc/junicode-samples.tex8
-rw-r--r--fonts/junicode/latex/junicode.sty18
20 files changed, 69 insertions, 69 deletions
diff --git a/fonts/atkinson/README b/fonts/atkinson/README
index 455abaf470..5f5952f6cd 100644
--- a/fonts/atkinson/README
+++ b/fonts/atkinson/README
@@ -1,5 +1,5 @@
This is the README for the atkinson package, version
-2022-09-14.
+2024-04-20.
This package provides LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeX
support for the Atkinson Hyperlegible family of fonts,
@@ -41,8 +41,8 @@ tabular (or t)
The following allow for localized use of non-default figure
styles:
-\atkinsonLF{...} (proportional lining)
-\atkinsonTLF{...} (tabular lining)
+\atkinsonlf (proportional lining)
+\atkinsontlf (tabular lining)
Font encodings supported are OT1, T1, TS1, and LY1.
diff --git a/fonts/atkinson/doc/atkinson-samples.pdf b/fonts/atkinson/doc/atkinson-samples.pdf
index c798214a85..3276ae95f0 100644
--- a/fonts/atkinson/doc/atkinson-samples.pdf
+++ b/fonts/atkinson/doc/atkinson-samples.pdf
Binary files differ
diff --git a/fonts/atkinson/doc/atkinson-samples.tex b/fonts/atkinson/doc/atkinson-samples.tex
index ff4f60b932..d34de0754c 100644
--- a/fonts/atkinson/doc/atkinson-samples.tex
+++ b/fonts/atkinson/doc/atkinson-samples.tex
@@ -28,6 +28,6 @@
\section*{Tabular Numbers}
-\atkinsonTLF{1234567890}
+{\atkinsontlf 1234567890}
\end{document}
diff --git a/fonts/atkinson/latex/atkinson.sty b/fonts/atkinson/latex/atkinson.sty
index d9b0acdc99..30012d7a9c 100644
--- a/fonts/atkinson/latex/atkinson.sty
+++ b/fonts/atkinson/latex/atkinson.sty
@@ -1,6 +1,6 @@
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{atkinson}
- [2022/09/14 (Bob Tennent) Supports Atkinson Hyperlegible fonts for all LaTeX engines.]
+ [2024/04/20 (Bob Tennent) Supports Atkinson Hyperlegible fonts for all LaTeX engines.]
\RequirePackage{ifxetex,ifluatex,xkeyval,textcomp}
@@ -117,9 +117,6 @@
\fi
-\DeclareTextFontCommand{\atkinsonTLF}{\atkinsontlf}
-\DeclareTextFontCommand{\atkinsonLF}{\atkinsonlf}
-
\ifatkinson@otf
% turn off defaults in case other fonts are selected:
\defaultfontfeatures{}
diff --git a/fonts/cormorantgaramond/README b/fonts/cormorantgaramond/README
index 501950163e..6657cba846 100644
--- a/fonts/cormorantgaramond/README
+++ b/fonts/cormorantgaramond/README
@@ -1,5 +1,5 @@
This is the README for the cormorantgaramond package,
-version 3.601 (2022-09-16).
+version 3.601 (2024-04-20).
This package provides LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeX
support for the Cormorant Garamond family of fonts, designed by
@@ -55,9 +55,9 @@ Options scaled=<number> or scale=<number> may be used to adjust
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
diff --git a/fonts/cormorantgaramond/latex/CormorantGaramond.sty b/fonts/cormorantgaramond/latex/CormorantGaramond.sty
index 5a2742fd5e..2b46da5c21 100644
--- a/fonts/cormorantgaramond/latex/CormorantGaramond.sty
+++ b/fonts/cormorantgaramond/latex/CormorantGaramond.sty
@@ -1,6 +1,6 @@
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{CormorantGaramond}
- [2022/09/16 (Bob Tennent and autoinst) Style file for Cormorant Garamond fonts.]
+ [2024/04/20 (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}}
- \DeclareTextFontCommand{\oldstylenums}{\addfontfeatures{Numbers=OldStyle}}
- \DeclareTextFontCommand{\liningnums}{\addfontfeatures{Numbers=Lining}}
- \DeclareTextFontCommand{\tabularnums}{\addfontfeatures{Numbers=Tabular}}
- \DeclareTextFontCommand{\proportionalnums}{\addfontfeatures{Numbers=Lining}} % pnum not supported
+ \DeclareRobustCommand{\oldstylenums}{\addfontfeatures{Numbers=OldStyle}}
+ \DeclareRobustCommand{\liningnums}{\addfontfeatures{Numbers=Lining}}
+ \DeclareRobustCommand{\tabularnums}{\addfontfeatures{Numbers=Tabular}}
+ \DeclareRobustCommand{\proportionalnums}{\addfontfeatures{Numbers=Lining}} % pnum not supported
\else % type1
@@ -120,10 +120,10 @@
\fa@naming@exception{figures}{{inferior}{tabular}}{Inf}
\def\infigures{\@nomath\infigures\fontfigurestyle{inferior}\selectfont}
- \DeclareTextFontCommand{\oldstylenums}{\fontfamily{CormorantGaramond-\cormorantgaramond@figurealign OsF}\selectfont}
- \DeclareTextFontCommand{\liningnums}{\fontfamily{CormorantGaramond-\cormorantgaramond@figurealign LF}\selectfont}
- \DeclareTextFontCommand{\tabularnums}{\fontfamily{CormorantGaramond-T\cormorantgaramond@figurestyle}\selectfont}
- \DeclareTextFontCommand{\proportionalnums}{\fontfamily{CormorantGaramond-\cormorantgaramond@figurestyle}\selectfont}
+ \DeclareRobustCommand{\oldstylenums}{\fontfamily{CormorantGaramond-\cormorantgaramond@figurealign OsF}\selectfont}
+ \DeclareRobustCommand{\liningnums}{\fontfamily{CormorantGaramond-\cormorantgaramond@figurealign LF}\selectfont}
+ \DeclareRobustCommand{\tabularnums}{\fontfamily{CormorantGaramond-T\cormorantgaramond@figurestyle}\selectfont}
+ \DeclareRobustCommand{\proportionalnums}{\fontfamily{CormorantGaramond-\cormorantgaramond@figurestyle}\selectfont}
\fi
diff --git a/fonts/garamond-libre/README b/fonts/garamond-libre/README
index f9808b31f0..a36b190f1a 100644
--- a/fonts/garamond-libre/README
+++ b/fonts/garamond-libre/README
@@ -1,5 +1,5 @@
This is the README for the garamond-libre package,
-version 1.4 (2022-09-16)
+version 1.4 (2024-04-20)
This package provides LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeX
support for the Garamond Libre family of fonts.
@@ -52,7 +52,7 @@ adjust 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
+Commands \oldstylenums and \liningnums are defined
to allow for local use of old-style figures or lining
figures, respectively.
@@ -92,5 +92,5 @@ and are licensed under the terms of the LaTeX Project Public
License.
This package is maintained by Daniel Benjamin Miller
-(dbmiller at dbmiller.org) and Bob Tennent (rdt at
-cs.queensu.ca).
+(dbmiller at dbmiller.org) and Bob Tennent (rdtennent at
+gmail.com).
diff --git a/fonts/garamond-libre/doc/garamond-libre.pdf b/fonts/garamond-libre/doc/garamond-libre.pdf
index 14a5aa9108..2c7ee55dc7 100644
--- a/fonts/garamond-libre/doc/garamond-libre.pdf
+++ b/fonts/garamond-libre/doc/garamond-libre.pdf
Binary files differ
diff --git a/fonts/garamond-libre/doc/garamond-libre.tex b/fonts/garamond-libre/doc/garamond-libre.tex
index 1858769572..5b76172735 100644
--- a/fonts/garamond-libre/doc/garamond-libre.tex
+++ b/fonts/garamond-libre/doc/garamond-libre.tex
@@ -90,11 +90,11 @@ Software.
\subsection*{Oldstyle Numbers}
-\oldstylenums{1234567890}
+{\oldstylenums 1234567890}
\subsection*{Lining Numbers}
-\liningnums{1234567890}
+{\liningnums 1234567890}
\subsection*{Superior Numbers}
diff --git a/fonts/garamond-libre/latex/garamondlibre.sty b/fonts/garamond-libre/latex/garamondlibre.sty
index 0b1e7eaab9..2a0c1df26f 100644
--- a/fonts/garamond-libre/latex/garamondlibre.sty
+++ b/fonts/garamond-libre/latex/garamondlibre.sty
@@ -1,6 +1,6 @@
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{GaramondLibre}
- [2022/09/16 (Bob Tennent and autoinst) Style file for GaramondLibre fonts.]
+ [2024/04/20 (Bob Tennent and autoinst) Style file for GaramondLibre fonts.]
\RequirePackage{ifxetex,ifluatex,xkeyval,textcomp}
@@ -76,8 +76,8 @@
\providecommand\ornaments{\addfontfeatures{Numbers=Lining,Ornament}}
\DeclareTextFontCommand{\textornaments}{\ornaments}
- \DeclareTextFontCommand{\oldstylenums}{\addfontfeatures{Numbers=OldStyle}}
- \DeclareTextFontCommand{\liningnums}{\addfontfeatures{Numbers=Lining}}
+ \DeclareRobustCommand{\oldstylenums}{\addfontfeatures{Numbers=OldStyle}}
+ \DeclareRobustCommand{\liningnums}{\addfontfeatures{Numbers=Lining}}
\else % type1
@@ -108,8 +108,8 @@
\providecommand{\ornament}[1]{\textornaments{\char##1}}
- \DeclareTextFontCommand{\oldstylenums}{\fontfamily{GaramondLibre-OsF}\selectfont}
- \DeclareTextFontCommand{\liningnums}{\fontfamily{GaramondLibre-LF}\selectfont}
+ \DeclareRobustCommand{\oldstylenums}{\fontfamily{GaramondLibre-OsF}\selectfont}
+ \DeclareRobustCommand{\liningnums}{\fontfamily{GaramondLibre-LF}\selectfont}
\DeclareTextFontCommand{\textsw}{\swshape}
\fi
diff --git a/fonts/gelasio/README b/fonts/gelasio/README
index 674b157713..be14072e87 100644
--- a/fonts/gelasio/README
+++ b/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/fonts/gelasio/latex/gelasio.sty b/fonts/gelasio/latex/gelasio.sty
index 5f1aaf9db4..a765130c9d 100644
--- a/fonts/gelasio/latex/gelasio.sty
+++ b/fonts/gelasio/latex/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
diff --git a/fonts/ibarra/README b/fonts/ibarra/README
index 3cef97edf6..20f908c57b 100644
--- a/fonts/ibarra/README
+++ b/fonts/ibarra/README
@@ -1,4 +1,4 @@
-This is the README for the ibarra package, version 2023-04-18.
+This is the README for the ibarra package, version 2024-04-20.
This package provides LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeX
support for the Ibarra Real Nova family of fonts, designed
@@ -37,8 +37,8 @@ Font encodings supported are OT1, T1, LY1 and TS1.
Command \ibarra selects the Ibarra Real Nova family and
\ibarraSemiBold selects the SemiBold series. To select
-oldstyle or lining figures locally, use \oldstylenums{...}
-or \liningnums{...}, respectively.
+oldstyle or lining figures locally, use \oldstylenums
+or \liningnums, respectively.
The original fonts are available at
https://github.com/googlefonts/ibarrareal. and are licensed
diff --git a/fonts/ibarra/doc/ibarra-samples.pdf b/fonts/ibarra/doc/ibarra-samples.pdf
index d21e7aae19..813559dd2b 100644
--- a/fonts/ibarra/doc/ibarra-samples.pdf
+++ b/fonts/ibarra/doc/ibarra-samples.pdf
Binary files differ
diff --git a/fonts/ibarra/doc/ibarra-samples.tex b/fonts/ibarra/doc/ibarra-samples.tex
index 19f94f7eef..6dbe490446 100644
--- a/fonts/ibarra/doc/ibarra-samples.tex
+++ b/fonts/ibarra/doc/ibarra-samples.tex
@@ -44,10 +44,10 @@ Ibarra Real Nova
\subsection*{Old-Style Numbers}
-\oldstylenums{1234567890}
+{\oldstylenums 1234567890}
\subsection*{Lining Numbers}
-\liningnums{1234567890}
+{\liningnums 1234567890}
\end{document}
diff --git a/fonts/ibarra/latex/ibarra.sty b/fonts/ibarra/latex/ibarra.sty
index 6ea51c8cec..2e272a67d8 100644
--- a/fonts/ibarra/latex/ibarra.sty
+++ b/fonts/ibarra/latex/ibarra.sty
@@ -1,6 +1,6 @@
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{ibarra}
- [2023/04/18 (Bob Tennent) Supports IbarraRealNova Real Nova fonts for all LaTeX engines.]
+ [2024/04/20 (Bob Tennent) Supports IbarraRealNova Real Nova fonts for all LaTeX engines.]
\RequirePackage{ifxetex,ifluatex,xkeyval,textcomp}
@@ -82,15 +82,15 @@
BoldFont = *-SemiBold ,
BoldItalicFont = *-SemiBoldItalic ]
{IbarraRealNova}
- \DeclareTextFontCommand{\oldstylenums}{\addfontfeatures{Numbers={OldStyle}}}
- \DeclareTextFontCommand{\liningnums}{\addfontfeatures{Numbers={}}}
+ \DeclareRobustCommand{\oldstylenums}{\addfontfeatures{Numbers={OldStyle}}}
+ \DeclareRobustCommand{\liningnums}{\addfontfeatures{Numbers={}}}
\else % type1
\def\ibarrafamily{IbarraRealNova-\ibarra@figurestyle}
\def\ibarra{\fontfamily{\ibarrafamily}\selectfont}
\renewcommand*\rmdefault{\ibarrafamily}
\def\ibarraSemiBold{\fontfamily{\ibarrafamily}\fontseries{sb}\selectfont}
- \DeclareTextFontCommand{\oldstylenums}{\fontfamily{IbarraRealNova-OsF}\selectfont}
- \DeclareTextFontCommand{\liningnums}{\fontfamily{IbarraRealNova-LF}\selectfont}
+ \DeclareRobustCommand{\oldstylenums}{\fontfamily{IbarraRealNova-OsF}\selectfont}
+ \DeclareRobustCommand{\liningnums}{\fontfamily{IbarraRealNova-LF}\selectfont}
\fi
\ifibarra@ttf
diff --git a/fonts/junicode/README b/fonts/junicode/README
index 965fdd800c..e48a722995 100644
--- a/fonts/junicode/README
+++ b/fonts/junicode/README
@@ -1,11 +1,11 @@
This is the README for version 2.206 of Peter S. Baker's
-Junicode family of fonts. The Junicode font is primarily
-for scholars and students of the Middle Ages, but it serves
-users with a wide variety of interests. It tracks the
-development of the Medieval Unicode Font Initiative (MUFI),
-with its wealth of specialized medieval characters, but it
-also provides many OpenType features that allow users to
-access MUFI characters in accessible ways.
+Junicode family of fonts (2024-04-20). The Junicode font is
+primarily for scholars and students of the Middle Ages, but
+it serves users with a wide variety of interests. It tracks
+the development of the Medieval Unicode Font Initiative
+(MUFI), with its wealth of specialized medieval characters,
+but it also provides many OpenType features that allow users
+to access MUFI characters in accessible ways.
This package supports the Junicode static fonts for
XeLaTeX, LuaLaTeX and [pdf]LaTeX. To install this
@@ -76,8 +76,8 @@ fonttype
The following commands allow local use of specific figure
-styles: \oldstylenums{..}, \liningnums{..}, \tabularnums{..},
-\proportionalnums{..}, \textsu{..}, \textinf{..}.
+styles: \oldstylenums, \liningnums, \tabularnums,
+\proportionalnums, \textsu{..}, \textinf{..}.
The following font encodings are supported if type1 fonts
are used: OT1,T1,TS1,LY1,LGR
diff --git a/fonts/junicode/doc/junicode-samples.pdf b/fonts/junicode/doc/junicode-samples.pdf
index 8181179425..872aaad1c5 100644
--- a/fonts/junicode/doc/junicode-samples.pdf
+++ b/fonts/junicode/doc/junicode-samples.pdf
Binary files differ
diff --git a/fonts/junicode/doc/junicode-samples.tex b/fonts/junicode/doc/junicode-samples.tex
index 6218a12bea..173c0a5d36 100644
--- a/fonts/junicode/doc/junicode-samples.tex
+++ b/fonts/junicode/doc/junicode-samples.tex
@@ -41,19 +41,19 @@
\section*{Oldstyle Numbers}
-\oldstylenums{1234567890}
+{\oldstylenums 1234567890}
\section*{Lining Numbers}
-\liningnums{1234567890}
+{\liningnums 1234567890}
\section*{Tabular Numbers}
-\tabularnums{1234567890}
+{\tabularnums 1234567890}
\section*{Proportional Numbers}
-\proportionalnums{1234567890}
+{\proportionalnums 1234567890}
\section*{Superior Numbers}
diff --git a/fonts/junicode/latex/junicode.sty b/fonts/junicode/latex/junicode.sty
index b6fdb944e8..eb9776aaf6 100644
--- a/fonts/junicode/latex/junicode.sty
+++ b/fonts/junicode/latex/junicode.sty
@@ -18,7 +18,7 @@
%
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{junicode}
- [2024/01/02 (Peter Baker and Bob Tennent) Supports Junicode static fonts.]
+ [2024/04/20 (Peter Baker and Bob Tennent) Supports Junicode static fonts.]
\RequirePackage{iftex,xkeyval}
@@ -221,10 +221,10 @@
\fa@naming@exception{figures}{{inferior}{tabular}}{Inf}
\def\infigures{\@nomath\infigures\fontfigurestyle{inferior}\selectfont}
- \DeclareTextFontCommand{\oldstylenums}{\fontfamily{Junicode-\junicode@figurealign OsF}\selectfont}
- \DeclareTextFontCommand{\liningnums}{\fontfamily{Junicode-\junicode@figurealign LF}\selectfont}
- \DeclareTextFontCommand{\tabularnums}{\fontfamily{Junicode-T\junicode@figurestyle}\selectfont}
- \DeclareTextFontCommand{\proportionalnums}{\fontfamily{Junicode-\junicode@figurestyle}\selectfont}
+ \DeclareRobustCommand{\oldstylenums}{\fontfamily{Junicode-\junicode@figurealign OsF}\selectfont}
+ \DeclareRobustCommand{\liningnums}{\fontfamily{Junicode-\junicode@figurealign LF}\selectfont}
+ \DeclareRobustCommand{\tabularnums}{\fontfamily{Junicode-T\junicode@figurestyle}\selectfont}
+ \DeclareRobustCommand{\proportionalnums}{\fontfamily{Junicode-\junicode@figurestyle}\selectfont}
\newcommand*{\jBold}{\fontseries{b}\selectfont}
@@ -487,10 +487,10 @@
\providecommand\sufigures{\addfontfeatures{VerticalPosition=Superior}}
\providecommand\infigures{\addfontfeatures{VerticalPosition=Inferior}}
-\DeclareTextFontCommand{\tabularnums}{\addfontfeatures{Numbers=Tabular}}
-\DeclareTextFontCommand{\proportionalnums}{\addfontfeatures{Numbers=Proportional}}
-\DeclareTextFontCommand{\oldstylenums}{\addfontfeatures{Numbers=OldStyle}}
-\DeclareTextFontCommand{\liningnums}{\addfontfeatures{Numbers=Lining}}
+\DeclareRobustCommand{\tabularnums}{\addfontfeatures{Numbers=Tabular}}
+\DeclareRobustCommand{\proportionalnums}{\addfontfeatures{Numbers=Proportional}}
+\DeclareRobustCommand{\oldstylenums}{\addfontfeatures{Numbers=OldStyle}}
+\DeclareRobustCommand{\liningnums}{\addfontfeatures{Numbers=Lining}}
% Convenience commands for non-verbose access to the cvNN features.
% See also the "jcv" mnemonics below.