diff options
author | Karl Berry <karl@freefriends.org> | 2019-05-20 23:34:40 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-05-20 23:34:40 +0000 |
commit | 9c5c67e38f2e3766a363b34aa5afbd1c1d5f9d8c (patch) | |
tree | 6c7ad8b27606c2f7e6de0c44f4394b122941c506 /Master/texmf-dist/tex/latex/noto/noto.sty | |
parent | f4396491fbed083e507411e137df9565bed5d6aa (diff) |
noto (20may19)
git-svn-id: svn://tug.org/texlive/trunk@51172 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 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/latex/noto/noto.sty b/Master/texmf-dist/tex/latex/noto/noto.sty index cc34733c364..8d61e0c4e20 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/05/18 (Bob Tennent) Supports Noto fonts for all LaTeX engines.] + [2019/05/20 (Bob Tennent) Supports Noto fonts for all LaTeX engines.] \RequirePackage{ifxetex,ifluatex,xkeyval,textcomp} @@ -352,6 +352,8 @@ Ligatures = CommonOff, UprightFont = *-\noto@regstyle , BoldFont = *-\noto@boldstyle , + ItalicFont = *-Italic, + BoldItalicFont = *-BoldItalic, ] {NotoSansMono} \fi\fi\fi @@ -413,6 +415,8 @@ Ligatures = CommonOff, UprightFont = *-\noto@regstyle , BoldFont = *-\noto@boldstyle , + ItalicFont = *-Italic, + BoldItalicFont = *-BoldItalic, ] {NotoSansMono} \newfontfamily\notomonocondensed |