summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/fonts
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-05-02 22:45:00 +0000
committerKarl Berry <karl@freefriends.org>2019-05-02 22:45:00 +0000
commitbb638ea3da0693b39d704ccaac044e57960e946c (patch)
tree7aa538d0c651c9e822152e0a1e15e4c2eed48dd4 /Master/texmf-dist/doc/fonts
parent97c0fd6c816c1931740afe2547c9a64f7369f792 (diff)
noto (23apr19)
git-svn-id: svn://tug.org/texlive/trunk@50945 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/fonts')
-rw-r--r--Master/texmf-dist/doc/fonts/noto/README7
-rw-r--r--Master/texmf-dist/doc/fonts/noto/noto-samples.pdfbin131017 -> 156991 bytes
-rw-r--r--Master/texmf-dist/doc/fonts/noto/noto-samples.tex37
3 files changed, 38 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/fonts/noto/README b/Master/texmf-dist/doc/fonts/noto/README
index bbc0114ab61..76c4a81aab6 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-03-15.
+This is the README for the noto package, version 2019-04-22.
This package provides LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeX
support for the NotoSerif, NotoSans and NotoMono families of
@@ -82,7 +82,10 @@ The default weight is Regular.
The default bold weight is Bold.
Macros \notoserif, \notosans and \notomono select the
-NotoSerif, NotoSans and NotoMono families, respectively.
+NotoSerif, NotoSans and NotoMono families, respectively,
+and \notoseriflgr, \notosanslgr and \notomonolgr
+activate the LGR encoding.
+
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 fa9be525800..deeaeb4851b 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 b6b5f398e76..76bc6450a39 100644
--- a/Master/texmf-dist/doc/fonts/noto/noto-samples.tex
+++ b/Master/texmf-dist/doc/fonts/noto/noto-samples.tex
@@ -1,9 +1,9 @@
\documentclass{article}
-\usepackage[T1]{fontenc}
+\usepackage[LGR,T1]{fontenc}
%\usepackage[osf,pf]{noto-mono}
%\usepackage[osf,pf]{noto-sans}
%\usepackage[osf,pf]{noto-serif}
-\usepackage[osf,pf]{noto}
+\usepackage[osf,pf,regular]{noto}
\usepackage{lipsum}
\begin{document}
@@ -45,9 +45,19 @@
1234567890
+\subsection*{LGR}
+
+{\notoseriflgr\noindent
+ a b g d e z h j i k l m n x o p r s t u f q y w\\
+ A B G D E Z H J I K L M N X O P R S T U F Q Y W\\
+}
+
+
+
+
\section*{NotoSans}
-\sf
+\sffamily
\subsection*{Regular}
\lipsum[1]
@@ -84,9 +94,16 @@
1234567890
+\subsection*{LGR}
+
+{\notosanslgr\noindent
+ a b g d e z h j i k l m n x o p r s t u f q y w\\
+ A B G D E Z H J I K L M N X O P R S T U F Q Y W\\
+}
+
\section*{NotoMono}
-\tt
+\ttfamily
\subsection*{Regular}
\lipsum[1]
@@ -108,4 +125,16 @@
1234567890
+\subsection*{LGR}
+
+{\notomonolgr\noindent
+ a b g d e z h j i k l m n x o p r s t u f q y w\\
+ A B G D E Z H J I K L M N X O P R S T U F Q Y W\\
+}
+
+\subsection*{Mono Non-Ligatures}
+
+
+Officially broken off. Often offline, find me flowerless.
+
\end{document}