diff options
author | Karl Berry <karl@freefriends.org> | 2020-08-01 20:55:21 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-08-01 20:55:21 +0000 |
commit | e3c6eae167695bf6dd550db211eeddceb899420b (patch) | |
tree | 7beca04c31275fe5af843c2f7fa5022378b07b52 /Master/texmf-dist/tex | |
parent | df341d8564c085ab39967cea667769143f81de7b (diff) |
lobster2 (1aug20)
git-svn-id: svn://tug.org/texlive/trunk@56019 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/latex/lobster2/LobsterTwo.sty | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/lobster2/LobsterTwo.sty b/Master/texmf-dist/tex/latex/lobster2/LobsterTwo.sty index c8bca9b8fb8..34fae958931 100644 --- a/Master/texmf-dist/tex/latex/lobster2/LobsterTwo.sty +++ b/Master/texmf-dist/tex/latex/lobster2/LobsterTwo.sty @@ -1,5 +1,5 @@ \ProvidesPackage{LobsterTwo}[% - 2020/07/29 (Bob Tennent) Supports Lobster Two fonts for all LaTeX engines. ] + 2020/07/31 (Bob Tennent) Supports Lobster Two fonts for all LaTeX engines. ] \RequirePackage{ifxetex,ifluatex,textcomp} @@ -12,10 +12,10 @@ \LobsterTwo@otffalse \fi\fi -\newcommand*{\LobsterTwo@scale}{1} +\newcommand*{\Lbstr@scale}{1} \RequirePackage{xkeyval} -\DeclareOptionX{scaled}{\renewcommand*{\LobsterTwo@scale}{#1}} -\DeclareOptionX{scale}{\renewcommand*{\LobsterTwo@scale}{#1}} +\DeclareOptionX{scaled}{\renewcommand*{\Lbstr@scale}{#1}} +\DeclareOptionX{scale}{\renewcommand*{\Lbstr@scale}{#1}} \DeclareOptionX{type1}{\LobsterTwo@otffalse} @@ -32,7 +32,7 @@ \defaultfontfeatures{ Ligatures = TeX , Extension = .otf , - Scale = \LobsterTwo@scale , + Scale = \Lbstr@scale , } \setmainfont [ UprightFont = *-Regular , |