diff options
author | Karl Berry <karl@freefriends.org> | 2019-07-13 21:37:34 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-07-13 21:37:34 +0000 |
commit | 7377f1232db692ab0f3bd4d557c22233b06679cd (patch) | |
tree | 8981297462085db449fe2a8f9ddba51d7114255c /Master/texmf-dist/tex/latex/anonymouspro | |
parent | 8a64690b2c299cf6720fef65209993a2d2aea945 (diff) |
anonymouspro (13jul19)
git-svn-id: svn://tug.org/texlive/trunk@51631 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/anonymouspro')
4 files changed, 10 insertions, 7 deletions
diff --git a/Master/texmf-dist/tex/latex/anonymouspro/AnonymousPro.sty b/Master/texmf-dist/tex/latex/anonymouspro/AnonymousPro.sty index 1acf6b029e7..57b56b653ff 100644 --- a/Master/texmf-dist/tex/latex/anonymouspro/AnonymousPro.sty +++ b/Master/texmf-dist/tex/latex/anonymouspro/AnonymousPro.sty @@ -6,7 +6,7 @@ %% %% AnonymousPro.dtx (with options: `package') %% -%% Copyright (C) 2013-2014 Arash Esbati <esbati'at'gmx.de> +%% Copyright (C) 2013-2019 Arash Esbati <arash'at'gnu.org> %% %% This work may be distributed and/or modified under the conditions %% of the LaTeX Project Public License (LPPL), either version 1.3c of @@ -17,17 +17,20 @@ %% \NeedsTeXFormat{LaTeX2e}[1999/12/01] \ProvidesPackage{AnonymousPro} - [2014/03/22 v2.1 Support for AnonymousPro Fonts (AE)] + [2019/07/07 v2.2 Support for AnonymousPro Fonts (AE)] \RequirePackage{kvoptions} \SetupKeyvalOptions{% family = ANP, % prefix = ANP@ % } -\DeclareStringOption[1.0]{scale} +\DeclareStringOption[1.0]{scale}[1.0] +\define@key{ANP}{scaled}[1.0]{% + \renewcommand*\ANP@scale{#1}% +} \DeclareBoolOption[false]{ttdefault} \ProcessKeyvalOptions* \ifANP@ttdefault - \renewcommand{\ttdefault}{AnonymousPro}% + \renewcommand{\ttdefault}{AnonymousPro} \fi \newcommand\ANP@family{% \fontencoding{U}\fontfamily{AnonymousPro}\selectfont} diff --git a/Master/texmf-dist/tex/latex/anonymouspro/t1anonymouspro.fd b/Master/texmf-dist/tex/latex/anonymouspro/t1anonymouspro.fd index 6b0c747e41b..8701f8a013e 100644 --- a/Master/texmf-dist/tex/latex/anonymouspro/t1anonymouspro.fd +++ b/Master/texmf-dist/tex/latex/anonymouspro/t1anonymouspro.fd @@ -5,7 +5,7 @@ %THIS FILE SHOULD BE PUT IN A TEX INPUTS DIRECTORY \ProvidesFile{t1anonymouspro.fd} - [2014/03/22 Fontinst v1.933 font definitions for T1/AnonymousPro.] + [2019/07/12 Fontinst v1.933 font definitions for T1/AnonymousPro.] \expandafter\ifx\csname ANP@scale\endcsname\relax \let\ANP@@scale\@empty diff --git a/Master/texmf-dist/tex/latex/anonymouspro/ts1anonymouspro.fd b/Master/texmf-dist/tex/latex/anonymouspro/ts1anonymouspro.fd index ebccee8377f..ad36ef484f7 100644 --- a/Master/texmf-dist/tex/latex/anonymouspro/ts1anonymouspro.fd +++ b/Master/texmf-dist/tex/latex/anonymouspro/ts1anonymouspro.fd @@ -5,7 +5,7 @@ %THIS FILE SHOULD BE PUT IN A TEX INPUTS DIRECTORY \ProvidesFile{ts1anonymouspro.fd} - [2014/03/22 Fontinst v1.933 font definitions for TS1/AnonymousPro.] + [2019/07/12 Fontinst v1.933 font definitions for TS1/AnonymousPro.] \expandafter\ifx\csname ANP@scale\endcsname\relax \let\ANP@@scale\@empty diff --git a/Master/texmf-dist/tex/latex/anonymouspro/uanonymouspro.fd b/Master/texmf-dist/tex/latex/anonymouspro/uanonymouspro.fd index 963994ac42c..753f806f9d9 100644 --- a/Master/texmf-dist/tex/latex/anonymouspro/uanonymouspro.fd +++ b/Master/texmf-dist/tex/latex/anonymouspro/uanonymouspro.fd @@ -5,7 +5,7 @@ %THIS FILE SHOULD BE PUT IN A TEX INPUTS DIRECTORY \ProvidesFile{uanonymouspro.fd} - [2014/03/22 Fontinst v1.933 font definitions for U/AnonymousPro.] + [2019/07/12 Fontinst v1.933 font definitions for U/AnonymousPro.] \expandafter\ifx\csname ANP@scale\endcsname\relax \let\ANP@@scale\@empty |