diff options
Diffstat (limited to 'Master/texmf-dist/doc/fonts/plex/plex-samples.tex')
-rw-r--r-- | Master/texmf-dist/doc/fonts/plex/plex-samples.tex | 23 |
1 files changed, 17 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/fonts/plex/plex-samples.tex b/Master/texmf-dist/doc/fonts/plex/plex-samples.tex index 6607453c6d0..f2c170ce8d1 100644 --- a/Master/texmf-dist/doc/fonts/plex/plex-samples.tex +++ b/Master/texmf-dist/doc/fonts/plex/plex-samples.tex @@ -1,11 +1,10 @@ \documentclass{article} -\usepackage[T1]{fontenc} -\usepackage{plex-serif} +\usepackage[LGR,T1]{fontenc} \usepackage{plex-sans} +\usepackage{plex-serif} \usepackage{plex-mono} \usepackage{lipsum} \begin{document} - \section*{Plex Serif} \subsection*{Regular} @@ -28,11 +27,10 @@ 1234567890 - \clearpage \section*{Plex Sans} -\sf +\plexsans \subsection*{Regular} \lipsum[1] @@ -55,6 +53,14 @@ 1234567890 +\subsection*{LGR} + +{\plexsanslgr\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\\ +} + + \clearpage \section*{Plex Sans Condensed} @@ -83,7 +89,7 @@ \clearpage \section*{Plex Mono} -\tt +\ttfamily \subsection*{Regular} \lipsum[1] @@ -105,5 +111,10 @@ 1234567890 +\subsection*{Mono Non-Ligatures} + + +Officially broken off. Often offline, find me flowerless. + \end{document} |