summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/fonts
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/fonts')
-rw-r--r--Master/texmf-dist/doc/fonts/noto/README46
-rw-r--r--Master/texmf-dist/doc/fonts/noto/noto-samples.pdfbin70757 -> 131017 bytes
-rw-r--r--Master/texmf-dist/doc/fonts/noto/noto-samples.tex35
3 files changed, 75 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/fonts/noto/README b/Master/texmf-dist/doc/fonts/noto/README
index 1595d8e7fb5..f5105c9ed56 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 2017-01-05.
+This is the README for the noto package, version 2018-02-19.
This package provides LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeX
support for the NotoSerif, NotoSans and NotoMono families of
@@ -24,25 +24,61 @@ To activate NotoSerif without NotoSans, use
\usepackage[rm]{noto}
+or
+
+\usepackage{noto-serif}.
+
Similarly, to activate NotoSans without NotoSerif use
\usepackage[sf]{noto}
-To use NotoSans as the main text font, use
+or
+
+\usepackage{noto-sans}
-\usepackage[sfdefault]{noto}
+To use NotoSans as the main text font, use the
+
+ sfdefault
+
+option.
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. Use option nott to
avoid activating NotoMono as the fixed-width font.
+To active just NotoMono, use
+
+\usepackage{noto-mono}
Options scaled=<number> or scale=<number> may be used to
scale the NotoSans and NotoMono fonts; the serifed variants
-are not affected.
+are not affected unless noto-serif is being used.
Font encodings supported are OT1, T1, LY1 and TS1.
+The default figures are lining-tabular. The following options
+may be used:
+
+ pf proportional
+ osf oldstyle
+ lf lining
+ tf tabular
+
+The default weight is Regular; the following options may be
+used:
+
+ thin
+ extralight
+ light
+ medium
+
+The default bold weight is Bold; the following options may
+be used:
+
+ semibold
+ extrabold
+ black
+
Macros \notoserif, \notosans and \notomono select the
NotoSerif, NotoSans and NotoMono families, respectively.
@@ -50,7 +86,7 @@ The original fonts are available at
https://www.google.com/get/noto and are licensed under the
SIL Open Font License, (version 1.1); the text may be found
in the doc directory. The type1 versions were created using
-fontforge, which was also used to generate bold and italic
+ccftot1; fontforge was used to generate bold and italic
(i.e., oblique) variants of NotoMono. The support files were
created using autoinst and are licensed under the terms of
the LaTeX Project Public License. The maintainer of this
diff --git a/Master/texmf-dist/doc/fonts/noto/noto-samples.pdf b/Master/texmf-dist/doc/fonts/noto/noto-samples.pdf
index 9c5ee4881be..fa9be525800 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 1e4db233916..b6b5f398e76 100644
--- a/Master/texmf-dist/doc/fonts/noto/noto-samples.tex
+++ b/Master/texmf-dist/doc/fonts/noto/noto-samples.tex
@@ -1,6 +1,9 @@
\documentclass{article}
\usepackage[T1]{fontenc}
-\usepackage{noto}
+%\usepackage[osf,pf]{noto-mono}
+%\usepackage[osf,pf]{noto-sans}
+%\usepackage[osf,pf]{noto-serif}
+\usepackage[osf,pf]{noto}
\usepackage{lipsum}
\begin{document}
@@ -22,6 +25,21 @@
\textbf{\textit{\lipsum[4]}}
+\subsection*{Regular Small Caps}
+\textsc{\lipsum[1]}
+
+\subsection*{Italic Small Caps}
+\textsc{\textit{\lipsum[2]}}
+
+\subsection*{Bold Small Caps}
+
+\textsc{\textbf{\lipsum[3]}}
+
+
+
+\subsection*{Bold Italic Small Caps}
+\textsc{\textbf{\textit{\lipsum[4]}}}
+
\subsection*{Numbers}
1234567890
@@ -47,6 +65,21 @@
\textbf{\textit{\lipsum[4]}}
+\subsection*{Regular Small Caps}
+\textsc{\lipsum[1]}
+
+\subsection*{Italic Small Caps}
+\textsc{\textit{\lipsum[2]}}
+
+\subsection*{Bold Small Caps}
+
+\textsc{\textbf{\lipsum[3]}}
+
+
+
+\subsection*{Bold Italic Small Caps}
+\textsc{\textbf{\textit{\lipsum[4]}}}
+
\subsection*{Numbers}
1234567890