diff options
author | Karl Berry <karl@freefriends.org> | 2019-10-20 22:10:13 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-10-20 22:10:13 +0000 |
commit | 974a3106bbd993ce9435d5f82fd250400cd1eb80 (patch) | |
tree | 7316dce2fc38302645bc7322a9f7a9110c98f276 /Master | |
parent | f517a16c701b0776dd75240666afd39c387da49f (diff) |
noto
git-svn-id: svn://tug.org/texlive/trunk@52466 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf-dist/doc/fonts/noto/README | 2 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/noto/noto.sty | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/fonts/noto/README b/Master/texmf-dist/doc/fonts/noto/README index 8f635217eec..9638d4d55ac 100644 --- a/Master/texmf-dist/doc/fonts/noto/README +++ b/Master/texmf-dist/doc/fonts/noto/README @@ -1,4 +1,4 @@ -This is the README for the noto package, version 2019-10-14. +This is the README for the noto package, version 2019-10-18. This package provides LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeX support for the NotoSerif, NotoSans and NotoSansMono diff --git a/Master/texmf-dist/tex/latex/noto/noto.sty b/Master/texmf-dist/tex/latex/noto/noto.sty index d78eead830e..990584e75c2 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/10/14 (Bob Tennent) Supports Noto fonts for all LaTeX engines.] + [2019/10/18 (Bob Tennent) Supports Noto fonts for all LaTeX engines.] \RequirePackage{ifxetex,ifluatex,xkeyval,textcomp} @@ -450,7 +450,7 @@ \newcommand*\notosans{\fontfamily{\notosansfamily}\selectfont} \newcommand*\notosanscondensed{\fontfamily{\notosansfamily}\fontseries{slc}\selectfont} \newcommand*\notosanssemicondensed{\fontfamily{\notosansfamily}\fontseries{slsc}\selectfont} - \newcommand*\notosansextracondensed{\fontfamily{\notosansfamily}\fontseries{ebsc}\selectfont} + \newcommand*\notosansextracondensed{\fontfamily{\notosansfamily}\fontseries{slec}\selectfont} \newcommand*\notomono{\fontfamily{\notomonofamily}\selectfont} \newcommand*\notomonocondensed{\fontfamily{\notomonofamily}\fontseries{slc}\selectfont} \newcommand*\notomonosemicondensed{\fontfamily{\notomonofamily}\fontseries{slsc}\selectfont} |