diff options
author | Karl Berry <karl@freefriends.org> | 2024-04-20 19:21:39 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2024-04-20 19:21:39 +0000 |
commit | 96ee11becbd1917ea224f719cf20c26596b3116b (patch) | |
tree | 6ac7ec31584d247d4f09612d4d3b8bf576752c7a | |
parent | 047318b9a7b4341297b58a9d7e281912641f3695 (diff) |
atkinson (20apr24)
git-svn-id: svn://tug.org/texlive/trunk@71010 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/texmf-dist/doc/fonts/atkinson/README | 6 | ||||
-rw-r--r-- | Master/texmf-dist/doc/fonts/atkinson/atkinson-samples.pdf | bin | 26640 -> 68183 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/fonts/atkinson/atkinson-samples.tex | 2 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/atkinson/atkinson.sty | 5 |
4 files changed, 5 insertions, 8 deletions
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 Binary files differindex c798214a85e..3276ae95f0f 100644 --- a/Master/texmf-dist/doc/fonts/atkinson/atkinson-samples.pdf +++ b/Master/texmf-dist/doc/fonts/atkinson/atkinson-samples.pdf 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{} |