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 | |
parent | df341d8564c085ab39967cea667769143f81de7b (diff) |
lobster2 (1aug20)
git-svn-id: svn://tug.org/texlive/trunk@56019 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf-dist/doc/fonts/lobster2/README | 2 | ||||
-rw-r--r-- | Master/texmf-dist/doc/fonts/lobster2/lobster2-samples.pdf | bin | 26798 -> 96460 bytes | |||
-rw-r--r-- | Master/texmf-dist/tex/latex/lobster2/LobsterTwo.sty | 10 |
3 files changed, 6 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/fonts/lobster2/README b/Master/texmf-dist/doc/fonts/lobster2/README index 159fd900d77..71e0eaf9a8b 100644 --- a/Master/texmf-dist/doc/fonts/lobster2/README +++ b/Master/texmf-dist/doc/fonts/lobster2/README @@ -1,4 +1,4 @@ -This is the README for the LobsterTwo package, version 2020-07-29. +This is the README for the LobsterTwo package, version 2020-07-31. This package provides LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeX support for the Lobster Two family of fonts, designed by Pablo Impallari. diff --git a/Master/texmf-dist/doc/fonts/lobster2/lobster2-samples.pdf b/Master/texmf-dist/doc/fonts/lobster2/lobster2-samples.pdf Binary files differindex e492f5eb69c..8f5b9262700 100644 --- a/Master/texmf-dist/doc/fonts/lobster2/lobster2-samples.pdf +++ b/Master/texmf-dist/doc/fonts/lobster2/lobster2-samples.pdf 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 , |