summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/fonts/noto/noto-samples.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/fonts/noto/noto-samples.tex')
-rw-r--r--Master/texmf-dist/doc/fonts/noto/noto-samples.tex57
1 files changed, 33 insertions, 24 deletions
diff --git a/Master/texmf-dist/doc/fonts/noto/noto-samples.tex b/Master/texmf-dist/doc/fonts/noto/noto-samples.tex
index 76bc6450a39..2a53603e7d2 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[LGR,T1]{fontenc}
-%\usepackage[osf,pf]{noto-mono}
-%\usepackage[osf,pf]{noto-sans}
-%\usepackage[osf,pf]{noto-serif}
-\usepackage[osf,pf,regular]{noto}
+\usepackage[LGR,LY1]{fontenc}
+\usepackage[osf]{noto-sans}
+\usepackage[osf]{noto-serif}
+\usepackage[osf]{noto-mono}
+%\usepackage[osf]{noto}
\usepackage{lipsum}
\begin{document}
@@ -44,17 +44,20 @@
1234567890
+\subsection*{Superior Numbers}
+
+X\textsu{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\\
+abgdezhjiklmnxoprstufqyw\\
+ABGDEZHJIKLMNXOPRSTUFQYW\\
+0123456789
}
-
-
\section*{NotoSans}
\sffamily
@@ -94,47 +97,53 @@
1234567890
+\subsection*{Superior Numbers}
+
+X\textsu{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\\
+abgdezhjiklmnxoprstufqyw\\
+ABGDEZHJIKLMNXOPRSTUFQYW\\
+0123456789
}
-\section*{NotoMono}
+
+\section*{NotoSansMono}
\ttfamily
\subsection*{Regular}
\lipsum[1]
-\subsection*{Italic}
-\textit{\lipsum[2]}
-
\subsection*{Bold}
\textbf{\lipsum[3]}
-\subsection*{Bold Italic}
-
-\textbf{\textit{\lipsum[4]}}
-
\subsection*{Numbers}
1234567890
-\subsection*{LGR}
+\subsection*{Superior Numbers}
-{\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\\
-}
+X\textsu{1234567890}
\subsection*{Mono Non-Ligatures}
Officially broken off. Often offline, find me flowerless.
+
+\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\\
+ 0 1 2 3 4 5 6 7 8 9
+}
+
\end{document}