summaryrefslogtreecommitdiff
path: root/fonts/noto/doc/noto-samples.tex
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/noto-samples.tex
parentb1acf2edfe185dad0e33c76ffd94306f1e4530fe (diff)
CTAN sync 202109060302
Diffstat (limited to 'fonts/noto/doc/noto-samples.tex')
-rw-r--r--fonts/noto/doc/noto-samples.tex26
1 files changed, 21 insertions, 5 deletions
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}