diff options
author | Karl Berry <karl@freefriends.org> | 2020-08-01 20:55:51 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-08-01 20:55:51 +0000 |
commit | 1ed9956843b10b5a657424cfef240d468ee82b6f (patch) | |
tree | c490e5f765cb9325cb8e24faf93465d9b34577ee /Master/texmf-dist/tex/latex/quattrocento | |
parent | e3c6eae167695bf6dd550db211eeddceb899420b (diff) |
quattrocento (1aug20)
git-svn-id: svn://tug.org/texlive/trunk@56020 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/quattrocento')
-rw-r--r-- | Master/texmf-dist/tex/latex/quattrocento/quattrocento.sty | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/Master/texmf-dist/tex/latex/quattrocento/quattrocento.sty b/Master/texmf-dist/tex/latex/quattrocento/quattrocento.sty index 96ace22faaf..82380ad3517 100644 --- a/Master/texmf-dist/tex/latex/quattrocento/quattrocento.sty +++ b/Master/texmf-dist/tex/latex/quattrocento/quattrocento.sty @@ -1,5 +1,5 @@ \ProvidesPackage{quattrocento}[% - 2020/07/28 (Bob Tennent) Supports Quattrocento(Sans) fonts for all LaTeX engines. ] + 2020/07/31 (Bob Tennent) Supports Quattrocento(Sans) fonts for all LaTeX engines. ] \RequirePackage{ifxetex,ifluatex,textcomp} @@ -13,11 +13,11 @@ \fi\fi -\newcommand*{\Quattrocento@scale}{1} % not adjustable -\newcommand*{\QuattrocentoSans@scale}{1} +\newcommand*{\Quattro@scale}{1} % not adjustable +\newcommand*{\QuattroSans@scale}{1} \RequirePackage{xkeyval} -\DeclareOptionX{scaled}{\renewcommand*{\QuattrocentoSans@scale}{#1}} -\DeclareOptionX{scale}{\renewcommand*{\QuattrocentoSans@scale}{#1}} +\DeclareOptionX{scaled}{\renewcommand*{\QuattroSans@scale}{#1}} +\DeclareOptionX{scale}{\renewcommand*{\QuattroSans@scale}{#1}} \newif\ifquattrocento@rm \quattrocento@rmfalse \newif\ifquattrocento@sf \quattrocento@sffalse @@ -59,7 +59,7 @@ \fi \ifquattrocento@sf \setsansfont - [ Scale = \QuattrocentoSans@scale , + [ Scale = \QuattroSans@scale , UprightFont = *-Regular , ItalicFont = *-Italic , BoldFont = *-Bold , @@ -81,7 +81,7 @@ ] {Quattrocento} \newfontfamily\quattrocentosans - [ Scale = \QuattrocentoSans@scale , + [ Scale = \QuattroSans@scale , UprightFont = *-Regular , ItalicFont = *-Italic , BoldFont = *-Bold , |