From afdbd987de7ea565047349814dcd689010846cbd Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 24 Apr 2024 20:16:40 +0000 Subject: junicode (24apr24) git-svn-id: svn://tug.org/texlive/trunk@71060 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/fonts/junicode/README | 2 +- .../texmf-dist/doc/fonts/junicode/junicode-samples.tex | 8 ++++---- Master/texmf-dist/tex/latex/junicode/junicode.sty | 18 +++++++++--------- 3 files changed, 14 insertions(+), 14 deletions(-) (limited to 'Master') diff --git a/Master/texmf-dist/doc/fonts/junicode/README b/Master/texmf-dist/doc/fonts/junicode/README index e48a7229954..cabab111650 100644 --- a/Master/texmf-dist/doc/fonts/junicode/README +++ b/Master/texmf-dist/doc/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/Master/texmf-dist/doc/fonts/junicode/junicode-samples.tex b/Master/texmf-dist/doc/fonts/junicode/junicode-samples.tex index 173c0a5d361..6218a12bea5 100644 --- a/Master/texmf-dist/doc/fonts/junicode/junicode-samples.tex +++ b/Master/texmf-dist/doc/fonts/junicode/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/Master/texmf-dist/tex/latex/junicode/junicode.sty b/Master/texmf-dist/tex/latex/junicode/junicode.sty index eb9776aaf6e..56255b27b77 100644 --- a/Master/texmf-dist/tex/latex/junicode/junicode.sty +++ b/Master/texmf-dist/tex/latex/junicode/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. -- cgit v1.2.3