summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/anonymouspro/AnonymousPro.sty
diff options
context:
space:
mode:
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}