summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/fonts/noto
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-10-30 21:48:54 +0000
committerKarl Berry <karl@freefriends.org>2016-10-30 21:48:54 +0000
commit0af27b4800d1199d1e9f9535a6654a1ad4eb9137 (patch)
treeb22d726766f5bda50fe00cedf3eb21337c956d4d /Master/texmf-dist/doc/fonts/noto
parent4ac92763388117ee6c055f0b76f64a143c447afe (diff)
noto (30oct16)
git-svn-id: svn://tug.org/texlive/trunk@42389 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/fonts/noto')
-rw-r--r--Master/texmf-dist/doc/fonts/noto/README25
-rw-r--r--Master/texmf-dist/doc/fonts/noto/noto-samples.pdfbin47964 -> 100062 bytes
-rw-r--r--Master/texmf-dist/doc/fonts/noto/noto-samples.tex10
3 files changed, 24 insertions, 11 deletions
diff --git a/Master/texmf-dist/doc/fonts/noto/README b/Master/texmf-dist/doc/fonts/noto/README
index fff7ff906b4..cca7e4c86ac 100644
--- a/Master/texmf-dist/doc/fonts/noto/README
+++ b/Master/texmf-dist/doc/fonts/noto/README
@@ -1,8 +1,8 @@
-This is the README for the noto package, version 2016-03-21.
+This is the README for the noto package, version 2016-10-28.
This package provides LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeX
-support for the NotoSerif and NotoSans families of fonts,
-designed by Steve Matteson for Google.
+support for the NotoSerif, NotoSans and NotoMono families of
+fonts, designed by Steve Matteson for Google.
To install this package on a TDS-compliant TeX system download the
file "tex-archive"/install/fonts/noto.tds.zip, where the
@@ -16,8 +16,9 @@ To use, add
\usepackage{noto}
-to the preamble of your document. This will activate NotoSerif as the
-main (serifed) text font and NotoSans as the sans font.
+to the preamble of your document. This will activate
+NotoSerif as the main (serifed) text font, NotoSans as the
+sans font and NotoMono as the fixed-width font.
To activate NotoSerif without NotoSans, use
@@ -32,16 +33,18 @@ To use NotoSans as the main text font, use
\usepackage[sfdefault]{noto}
This re-defines \familydefault, not \rmdefault. LuaLaTeX and
-xeLaTeX users who might prefer type1 fonts or who wish to avoid fontspec
-may use the type1 option.
+xeLaTeX users who might prefer type1 fonts or who wish to
+avoid fontspec may use the type1 option. Use option nott to
+avoid activating NotoMono as the fixed-width font.
-Options scaled=<number> or scale=<number> may be used to scale the
-NotoSans fonts; the serifed variants are not affected.
+Options scaled=<number> or scale=<number> may be used to
+scale the NotoSans and NotoMono fonts; the serifed variants
+are not affected.
Font encodings supported are OT1, T1, LY1 and TS1.
-Macros \notoserif and \notosans select the NotoSerif
-and NotoSans families, respectively.
+Macros \notoserif, \notosans and /notomono select the
+NotoSerif, NotoSans and NotoMono families, respectively.
The original fonts are available at
https://www.google.com/get/noto and are licensed under the
diff --git a/Master/texmf-dist/doc/fonts/noto/noto-samples.pdf b/Master/texmf-dist/doc/fonts/noto/noto-samples.pdf
index 0c4e97978c6..ef4cbaa33a7 100644
--- a/Master/texmf-dist/doc/fonts/noto/noto-samples.pdf
+++ b/Master/texmf-dist/doc/fonts/noto/noto-samples.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/fonts/noto/noto-samples.tex b/Master/texmf-dist/doc/fonts/noto/noto-samples.tex
index 87cea814f4d..90cf597e097 100644
--- a/Master/texmf-dist/doc/fonts/noto/noto-samples.tex
+++ b/Master/texmf-dist/doc/fonts/noto/noto-samples.tex
@@ -51,4 +51,14 @@
1234567890
+\section*{NotoMono}
+
+
+\tt
+\lipsum[5]
+
+\subsection*{Numbers}
+
+1234567890
+
\end{document}