texlive[64351] Master/texmf-dist: noto (11sep22)

commits+karl at tug.org commits+karl at tug.org
Sun Sep 11 23:00:06 CEST 2022


Revision: 64351
          http://tug.org/svn/texlive?view=revision&revision=64351
Author:   karl
Date:     2022-09-11 23:00:06 +0200 (Sun, 11 Sep 2022)
Log Message:
-----------
noto (11sep22)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/fonts/noto/README
    trunk/Master/texmf-dist/doc/fonts/noto/noto-samples.pdf
    trunk/Master/texmf-dist/tex/latex/noto/noto-mono.sty
    trunk/Master/texmf-dist/tex/latex/noto/noto-sans.sty
    trunk/Master/texmf-dist/tex/latex/noto/noto-serif.sty
    trunk/Master/texmf-dist/tex/latex/noto/noto.sty

Modified: trunk/Master/texmf-dist/doc/fonts/noto/README
===================================================================
--- trunk/Master/texmf-dist/doc/fonts/noto/README	2022-09-11 20:53:52 UTC (rev 64350)
+++ trunk/Master/texmf-dist/doc/fonts/noto/README	2022-09-11 21:00:06 UTC (rev 64351)
@@ -1,4 +1,4 @@
-This is the README for the noto package, version 2021-09-11.
+This is the README for the noto package, version 2022-09-11.
 
 This package provides LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeX
 support for the NotoSerif, NotoSans and NotoSansMono
@@ -49,7 +49,7 @@
 avoid fontspec may use the type1 option. Use option nott to
 avoid activating NotoMono as the fixed-width font.
 
-To active just NotoSansMono, use
+To activate just NotoSansMono, use
 
 \usepackage{noto-mono}
 

Modified: trunk/Master/texmf-dist/doc/fonts/noto/noto-samples.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/tex/latex/noto/noto-mono.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/noto/noto-mono.sty	2022-09-11 20:53:52 UTC (rev 64350)
+++ trunk/Master/texmf-dist/tex/latex/noto/noto-mono.sty	2022-09-11 21:00:06 UTC (rev 64351)
@@ -1,6 +1,6 @@
 \NeedsTeXFormat{LaTeX2e}
 \ProvidesPackage{noto-mono}
-    [2021/09/06 (Bob Tennent)  Supports NotoSansMono fonts for all LaTeX engines.]
+    [2022/09/11 (Bob Tennent)  Supports NotoSansMono fonts for all LaTeX engines.]
 
 \RequirePackage{ifxetex,ifluatex,xkeyval,textcomp}
 
@@ -103,7 +103,6 @@
 
 \ifnotomono at ttf
   \def\notomono at regular{Regular}
-  \ifxetex\XeTeXtracingfonts=1\fi
   \defaultfontfeatures{
         HyphenChar=None, 
         Extension = .ttf }

Modified: trunk/Master/texmf-dist/tex/latex/noto/noto-sans.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/noto/noto-sans.sty	2022-09-11 20:53:52 UTC (rev 64350)
+++ trunk/Master/texmf-dist/tex/latex/noto/noto-sans.sty	2022-09-11 21:00:06 UTC (rev 64351)
@@ -1,6 +1,6 @@
 \NeedsTeXFormat{LaTeX2e}
 \ProvidesPackage{noto-sans}
-    [2021/09/06 (Bob Tennent)  Supports NotoSans fonts for all LaTeX engines.]
+    [2022/09/11 (Bob Tennent)  Supports NotoSans fonts for all LaTeX engines.]
 
 \RequirePackage{ifxetex,ifluatex,xkeyval,textcomp}
 
@@ -109,7 +109,6 @@
 
 \ifnotosans at ttf
   \def\notosans at regular{Regular}
-  \ifxetex\XeTeXtracingfonts=1\fi
   \defaultfontfeatures{
         Ligatures = TeX ,
         Extension = .ttf }

Modified: trunk/Master/texmf-dist/tex/latex/noto/noto-serif.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/noto/noto-serif.sty	2022-09-11 20:53:52 UTC (rev 64350)
+++ trunk/Master/texmf-dist/tex/latex/noto/noto-serif.sty	2022-09-11 21:00:06 UTC (rev 64351)
@@ -1,6 +1,6 @@
 \NeedsTeXFormat{LaTeX2e}
 \ProvidesPackage{noto-serif}
-    [2021/09/06 (Bob Tennent)  Supports NotoSerif fonts for all LaTeX engines.]
+    [2022/09/11 (Bob Tennent)  Supports NotoSerif fonts for all LaTeX engines.]
 
 \RequirePackage{ifxetex,ifluatex,xkeyval,textcomp}
 
@@ -107,7 +107,6 @@
 
 \ifnotoserif at ttf
   \def\notoserif at regular{Regular}
-  \ifxetex\XeTeXtracingfonts=1\fi
   \defaultfontfeatures{
         Ligatures = TeX ,
         Extension = .ttf }

Modified: trunk/Master/texmf-dist/tex/latex/noto/noto.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/noto/noto.sty	2022-09-11 20:53:52 UTC (rev 64350)
+++ trunk/Master/texmf-dist/tex/latex/noto/noto.sty	2022-09-11 21:00:06 UTC (rev 64351)
@@ -1,6 +1,6 @@
 \NeedsTeXFormat{LaTeX2e}
 \ProvidesPackage{noto}
-    [2021/09/06 (Bob Tennent)  Supports Noto fonts for all LaTeX engines.]
+    [2022/09/11 (Bob Tennent)  Supports Noto fonts for all LaTeX engines.]
 
 \RequirePackage{ifxetex,ifluatex,xkeyval,textcomp}
 
@@ -153,7 +153,6 @@
 
 \ifnoto at ttf
   \def\noto at regular{Regular}
-  \ifxetex\XeTeXtracingfonts=1\fi
   \defaultfontfeatures{
         Ligatures = TeX ,
         Extension = .ttf }



More information about the tex-live-commits mailing list.