From 96ee11becbd1917ea224f719cf20c26596b3116b Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 20 Apr 2024 19:21:39 +0000 Subject: atkinson (20apr24) git-svn-id: svn://tug.org/texlive/trunk@71010 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/fonts/atkinson/README | 6 +++--- .../doc/fonts/atkinson/atkinson-samples.pdf | Bin 26640 -> 68183 bytes .../doc/fonts/atkinson/atkinson-samples.tex | 2 +- Master/texmf-dist/tex/latex/atkinson/atkinson.sty | 5 +---- 4 files changed, 5 insertions(+), 8 deletions(-) (limited to 'Master/texmf-dist') diff --git a/Master/texmf-dist/doc/fonts/atkinson/README b/Master/texmf-dist/doc/fonts/atkinson/README index 455abaf4707..5f5952f6cd6 100644 --- a/Master/texmf-dist/doc/fonts/atkinson/README +++ b/Master/texmf-dist/doc/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/Master/texmf-dist/doc/fonts/atkinson/atkinson-samples.pdf b/Master/texmf-dist/doc/fonts/atkinson/atkinson-samples.pdf index c798214a85e..3276ae95f0f 100644 Binary files a/Master/texmf-dist/doc/fonts/atkinson/atkinson-samples.pdf and b/Master/texmf-dist/doc/fonts/atkinson/atkinson-samples.pdf differ diff --git a/Master/texmf-dist/doc/fonts/atkinson/atkinson-samples.tex b/Master/texmf-dist/doc/fonts/atkinson/atkinson-samples.tex index ff4f60b9321..d34de0754cb 100644 --- a/Master/texmf-dist/doc/fonts/atkinson/atkinson-samples.tex +++ b/Master/texmf-dist/doc/fonts/atkinson/atkinson-samples.tex @@ -28,6 +28,6 @@ \section*{Tabular Numbers} -\atkinsonTLF{1234567890} +{\atkinsontlf 1234567890} \end{document} diff --git a/Master/texmf-dist/tex/latex/atkinson/atkinson.sty b/Master/texmf-dist/tex/latex/atkinson/atkinson.sty index d9b0acdc99b..30012d7a9c0 100644 --- a/Master/texmf-dist/tex/latex/atkinson/atkinson.sty +++ b/Master/texmf-dist/tex/latex/atkinson/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{} -- cgit v1.2.3