diff options
author | Karl Berry <karl@freefriends.org> | 2019-03-15 21:16:00 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-03-15 21:16:00 +0000 |
commit | 273e42e979387c3803b5cb8b1fa30b2997dbda60 (patch) | |
tree | fea3069954052a87f55912610b23588a07b359f7 /Master/texmf-dist/tex/latex/noto/noto.sty | |
parent | f4b68aacc5130c037ad54a3af178bb2b408ae333 (diff) |
noto (15mar19)
git-svn-id: svn://tug.org/texlive/trunk@50401 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/noto/noto.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/noto/noto.sty | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/noto/noto.sty b/Master/texmf-dist/tex/latex/noto/noto.sty index 03a023d5713..84308b5566a 100644 --- a/Master/texmf-dist/tex/latex/noto/noto.sty +++ b/Master/texmf-dist/tex/latex/noto/noto.sty @@ -1,6 +1,6 @@ \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{noto} - [2019/01/11 (Bob Tennent) Supports Noto fonts for all LaTeX engines.] + [2019/03/15 (Bob Tennent) Supports Noto fonts for all LaTeX engines.] \RequirePackage{ifxetex,ifluatex,xkeyval,textcomp} @@ -56,7 +56,7 @@ \DeclareOptionX{thin}{\noto@thintrue} \DeclareOptionX{extralight}{\noto@extralighttrue} \DeclareOptionX{light}{\noto@lighttrue} -\DeclareOptionX{regular}{\noto@lighfalse\noto@thinfalse\noto@extralightfalse\noto@mediumfalse} +\DeclareOptionX{regular}{\noto@lightfalse\noto@thinfalse\noto@extralightfalse\noto@mediumfalse} \DeclareOptionX{medium}{\noto@mediumtrue} \DeclareOptionX{semibold}{\noto@semiboldtrue} \DeclareOptionX{extrabold}{\noto@extraboldtrue} |