summaryrefslogtreecommitdiff
path: root/fonts/junicode
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2024-04-25 03:01:05 +0000
committerNorbert Preining <norbert@preining.info>2024-04-25 03:01:05 +0000
commit8c332d190fc87f5943debba153cad209c0f8952e (patch)
tree2dfcbedcfb35c6225af07ec323b508f94f29d3d2 /fonts/junicode
parenta1bae2c92d8b9b9cbd26c71b0feb7abd276e5993 (diff)
CTAN sync 202404250301
Diffstat (limited to 'fonts/junicode')
-rw-r--r--fonts/junicode/README2
-rw-r--r--fonts/junicode/doc/junicode-samples.tex8
-rw-r--r--fonts/junicode/latex/junicode.sty18
3 files changed, 14 insertions, 14 deletions
diff --git a/fonts/junicode/README b/fonts/junicode/README
index e48a722995..cabab11165 100644
--- a/fonts/junicode/README
+++ b/fonts/junicode/README
@@ -1,5 +1,5 @@
This is the README for version 2.206 of Peter S. Baker's
-Junicode family of fonts (2024-04-20). The Junicode font is
+Junicode family of fonts (2024-04-23). 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
diff --git a/fonts/junicode/doc/junicode-samples.tex b/fonts/junicode/doc/junicode-samples.tex
index 173c0a5d36..6218a12bea 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 eb9776aaf6..56255b27b7 100644
--- a/fonts/junicode/latex/junicode.sty
+++ b/fonts/junicode/latex/junicode.sty
@@ -18,7 +18,7 @@
%
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{junicode}
- [2024/04/20 (Peter Baker and Bob Tennent) Supports Junicode static fonts.]
+ [2024/04/23 (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}
- \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}
+ \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}
\newcommand*{\jBold}{\fontseries{b}\selectfont}
@@ -487,10 +487,10 @@
\providecommand\sufigures{\addfontfeatures{VerticalPosition=Superior}}
\providecommand\infigures{\addfontfeatures{VerticalPosition=Inferior}}
-\DeclareRobustCommand{\tabularnums}{\addfontfeatures{Numbers=Tabular}}
-\DeclareRobustCommand{\proportionalnums}{\addfontfeatures{Numbers=Proportional}}
-\DeclareRobustCommand{\oldstylenums}{\addfontfeatures{Numbers=OldStyle}}
-\DeclareRobustCommand{\liningnums}{\addfontfeatures{Numbers=Lining}}
+\DeclareTextFontCommand{\tabularnums}{\addfontfeatures{Numbers=Tabular}}
+\DeclareTextFontCommand{\proportionalnums}{\addfontfeatures{Numbers=Proportional}}
+\DeclareTextFontCommand{\oldstylenums}{\addfontfeatures{Numbers=OldStyle}}
+\DeclareTextFontCommand{\liningnums}{\addfontfeatures{Numbers=Lining}}
% Convenience commands for non-verbose access to the cvNN features.
% See also the "jcv" mnemonics below.