summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/anonymouspro/AnonymousPro.sty
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-07-13 21:37:34 +0000
committerKarl Berry <karl@freefriends.org>2019-07-13 21:37:34 +0000
commit7377f1232db692ab0f3bd4d557c22233b06679cd (patch)
tree8981297462085db449fe2a8f9ddba51d7114255c /Master/texmf-dist/tex/latex/anonymouspro/AnonymousPro.sty
parent8a64690b2c299cf6720fef65209993a2d2aea945 (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/AnonymousPro.sty')
-rw-r--r--Master/texmf-dist/tex/latex/anonymouspro/AnonymousPro.sty11
1 files changed, 7 insertions, 4 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}