summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/fonts/plex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-03-27 21:24:05 +0000
committerKarl Berry <karl@freefriends.org>2018-03-27 21:24:05 +0000
commit9e50653bebbd3a71764eb41af38c02d5e4e80a9b (patch)
treece527ff0eb0e606a35bdc64bafe490c96bcf470d /Master/texmf-dist/doc/fonts/plex
parent3e4f442d1ed8ac2a1395a7c1485740c3d2f66691 (diff)
plex (27mar18)
git-svn-id: svn://tug.org/texlive/trunk@47147 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/fonts/plex')
-rw-r--r--Master/texmf-dist/doc/fonts/plex/README15
-rw-r--r--Master/texmf-dist/doc/fonts/plex/plex-samples.pdfbin54724 -> 62124 bytes
-rw-r--r--Master/texmf-dist/doc/fonts/plex/plex-samples.tex28
3 files changed, 37 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/fonts/plex/README b/Master/texmf-dist/doc/fonts/plex/README
index 33b0d7a58c6..461aaab562a 100644
--- a/Master/texmf-dist/doc/fonts/plex/README
+++ b/Master/texmf-dist/doc/fonts/plex/README
@@ -1,10 +1,10 @@
-This is the README for the plex package, version 2018-03-20.
+This is the README for the plex package, version 2018-03-26.
This package provides LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeX
-support for the IBMPlex families of fonts. Serif, Sans and
-Mono families are available in eight weights: Regular,
-Light, ExtraLight, Thin, Bold, Text, Medium and SemiBold
-(with corresponding italics).
+support for the IBMPlex families of fonts. Serif, Sans,
+Sans-Condensed and Mono families are available in eight
+weights: Regular, Light, ExtraLight, Thin, Bold, Text,
+Medium and SemiBold (with corresponding italics).
To install this package on a TDS-compliant TeX system
download the file "tex-archive"/install/fonts/plex.tds.zip
@@ -32,6 +32,11 @@ who wish to avoid fontspec may use the type1 option.
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.
+
Font encodings supported are OT1, T1, LY1 and TS1.
The following options select lighter bold fonts:
diff --git a/Master/texmf-dist/doc/fonts/plex/plex-samples.pdf b/Master/texmf-dist/doc/fonts/plex/plex-samples.pdf
index 934c0328b9c..426e9c1fb19 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 05ced10df88..6607453c6d0 100644
--- a/Master/texmf-dist/doc/fonts/plex/plex-samples.tex
+++ b/Master/texmf-dist/doc/fonts/plex/plex-samples.tex
@@ -1,5 +1,5 @@
\documentclass{article}
-\usepackage[LY1]{fontenc}
+\usepackage[T1]{fontenc}
\usepackage{plex-serif}
\usepackage{plex-sans}
\usepackage{plex-mono}
@@ -56,6 +56,31 @@
\clearpage
+\section*{Plex Sans Condensed}
+
+\plexsanscondensed
+
+\subsection*{Regular}
+\lipsum[1]
+
+\subsection*{Italic}
+\textit{\lipsum[2]}
+
+\subsection*{Bold}
+
+\textbf{\lipsum[3]}
+
+
+
+\subsection*{Bold Italic}
+
+\textbf{\textit{\lipsum[4]}}
+
+\subsection*{Numbers}
+
+1234567890
+
+\clearpage
\section*{Plex Mono}
\tt
@@ -80,4 +105,5 @@
1234567890
+
\end{document}