summaryrefslogtreecommitdiff
path: root/fonts/noto/doc
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2021-09-06 03:02:24 +0000
committerNorbert Preining <norbert@preining.info>2021-09-06 03:02:24 +0000
commitb63aa636b82853ca4885c1e90c619cdbcfa72730 (patch)
tree8ea2ed97d414168876296604f0d082b04c0f4d8a /fonts/noto/doc
parentb1acf2edfe185dad0e33c76ffd94306f1e4530fe (diff)
CTAN sync 202109060302
Diffstat (limited to 'fonts/noto/doc')
-rw-r--r--fonts/noto/doc/LICENSE_OFL.txt2
-rw-r--r--fonts/noto/doc/noto-samples.pdfbin309012 -> 177259 bytes
-rw-r--r--fonts/noto/doc/noto-samples.tex26
3 files changed, 23 insertions, 5 deletions
diff --git a/fonts/noto/doc/LICENSE_OFL.txt b/fonts/noto/doc/LICENSE_OFL.txt
index d952d62c06..c82d72e422 100644
--- a/fonts/noto/doc/LICENSE_OFL.txt
+++ b/fonts/noto/doc/LICENSE_OFL.txt
@@ -1,3 +1,5 @@
+Copyright 2018 The Noto Project Authors (github.com/googlei18n/noto-fonts)
+
This Font Software is licensed under the SIL Open Font License,
Version 1.1.
diff --git a/fonts/noto/doc/noto-samples.pdf b/fonts/noto/doc/noto-samples.pdf
index 9df84579d4..4a7a958357 100644
--- a/fonts/noto/doc/noto-samples.pdf
+++ b/fonts/noto/doc/noto-samples.pdf
Binary files differ
diff --git a/fonts/noto/doc/noto-samples.tex b/fonts/noto/doc/noto-samples.tex
index 198ef0f5f7..d16b0a6eaa 100644
--- a/fonts/noto/doc/noto-samples.tex
+++ b/fonts/noto/doc/noto-samples.tex
@@ -1,14 +1,14 @@
\documentclass{article}
-\usepackage[LGR,LY1]{fontenc}
-%\usepackage[osf]{noto-sans}
-%\usepackage[osf]{noto-serif}
-%\usepackage[osf]{noto-mono}
-\usepackage[osf]{noto}
+\usepackage[LGR,T2A,T1]{fontenc}
+\usepackage{noto-serif}
+\usepackage{noto-sans}
+\usepackage{noto-mono}
\usepackage{lipsum}
\begin{document}
\section*{NotoSerif}
+
\subsection*{Regular}
\lipsum[1]
@@ -57,6 +57,11 @@ ABGDEZHJIKLMNXOPRSTUFQYW\\
0123456789
}
+\subsection*{Cyrillic}
+
+{\ifxetex\else\ifluatex\else\fontencoding{T2A}\selectfont\fi\fi
+Съешь ещё этих мягких французских булок да
+выпей чаю!}
\section*{NotoSans}
@@ -110,6 +115,11 @@ ABGDEZHJIKLMNXOPRSTUFQYW\\
0123456789
}
+\subsection*{Cyrillic}
+
+{\ifxetex\else\ifluatex\else\fontencoding{T2A}\selectfont\fi\fi
+Съешь ещё этих мягких французских булок да
+выпей чаю!}
\section*{NotoSansMono}
@@ -152,4 +162,10 @@ Officially broken off. Often offline, find me flowerless.
0 1 2 3 4 5 6 7 8 9
}
+\subsection*{Cyrillic}
+
+{\ifxetex\else\ifluatex\else\fontencoding{T2A}\selectfont\fi\fi
+Съешь ещё этих мягких французских булок да
+выпей чаю!}
+
\end{document}