summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/fonts/plex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-05-02 22:47:24 +0000
committerKarl Berry <karl@freefriends.org>2019-05-02 22:47:24 +0000
commit50e57eb2a5bb599dcf7329fa942bc83df1015085 (patch)
tree293d34483cb63fda8a8509000fe39250471caf69 /Master/texmf-dist/doc/fonts/plex
parentbb638ea3da0693b39d704ccaac044e57960e946c (diff)
plex (23apr19)
git-svn-id: svn://tug.org/texlive/trunk@50946 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/fonts/plex')
-rw-r--r--Master/texmf-dist/doc/fonts/plex/README8
-rw-r--r--Master/texmf-dist/doc/fonts/plex/plex-samples.pdfbin62124 -> 68453 bytes
-rw-r--r--Master/texmf-dist/doc/fonts/plex/plex-samples.tex23
3 files changed, 21 insertions, 10 deletions
diff --git a/Master/texmf-dist/doc/fonts/plex/README b/Master/texmf-dist/doc/fonts/plex/README
index a44ccc1d035..7e17c309bb7 100644
--- a/Master/texmf-dist/doc/fonts/plex/README
+++ b/Master/texmf-dist/doc/fonts/plex/README
@@ -1,4 +1,4 @@
-This is the README for the plex package, version 2018-12-31.
+This is the README for the plex package, version 2019-04-23.
This package provides LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeX
support for the IBMPlex families of fonts. Serif, Sans,
@@ -35,9 +35,9 @@ Option scale=<number> may be used to scale the fonts.
Option condensed for plex-sans selects the condensed
versions as the default. Commands \plexsans and
\plexsanscondensed allow for local use of the non-default
-sans family.
+sans family. Command \plexsanslgr activates the LGR encoding.
-Font encodings supported are OT1, T1, LY1 and TS1 (and LGR
+Font encodings supported are OT1, T1, TS1 and LY1 (and LGR
for plex-sans).
The following options select lighter bold fonts:
@@ -46,7 +46,7 @@ The following options select lighter bold fonts:
mb medium
tx text
-and the following options select lighter regular fonts
+and the following options select lighter regular fonts:
l light
el extralight
diff --git a/Master/texmf-dist/doc/fonts/plex/plex-samples.pdf b/Master/texmf-dist/doc/fonts/plex/plex-samples.pdf
index 426e9c1fb19..9f818bcfaa0 100644
--- a/Master/texmf-dist/doc/fonts/plex/plex-samples.pdf
+++ b/Master/texmf-dist/doc/fonts/plex/plex-samples.pdf
Binary files differ
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}