diff options
author | Karl Berry <karl@freefriends.org> | 2019-10-18 20:41:47 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-10-18 20:41:47 +0000 |
commit | f9d392b2129715707aabb7826a5fb3883e42043d (patch) | |
tree | 31e16bab764f16f152ee00a0771d826b88833476 /Master/texmf-dist/doc/fonts/plex | |
parent | 5945e548418af1d9ccf434751dad8e3ec24809b3 (diff) |
plex (18oct19)
git-svn-id: svn://tug.org/texlive/trunk@52428 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/fonts/plex')
-rw-r--r-- | Master/texmf-dist/doc/fonts/plex/README | 72 |
1 files changed, 72 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/fonts/plex/README b/Master/texmf-dist/doc/fonts/plex/README new file mode 100644 index 00000000000..ffaaa1e492b --- /dev/null +++ b/Master/texmf-dist/doc/fonts/plex/README @@ -0,0 +1,72 @@ +This is the README for the plex package, version 2019-10-18. + +This package provides LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeX +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 +where the preferred URL for "tex-archive" is +http://mirrors.ctan.org. Unzip the archive at the root of an +appropriate texmf tree, likely a personal or local tree. If +necessary, update the file-name database (e.g., texhash). +Update the font-map files by enabling the Map file plex.map. + +To use, add any of + +\usepackage{plex-serif} +\usepackage{plex-sans} +\usepackage{plex-mono} + +to the preamble of your document. These will activate +IBMPlexSerif, IBMPlexSans and/or IBMPlexMono as the serif, +sans or mono font, respectively. To activate the Sans font +as the main text font, use + +\usepackage[sfdefault]{plex-sans} + +LuaLaTeX and xeLaTeX users who might prefer type1 fonts or +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. Command \plexsanslgr activates the LGR encoding. + +Font encodings supported are OT1, T1, TS1 and LY1 (and LGR +for plex-sans). + +The following options select lighter bold fonts: + + sb semibold + mb medium + tx text + +and the following options select lighter regular fonts: + + l light + el extralight + t thin + +For slightly heavier regular fonts use the options + + txmd textmd + +The nomap option to plex-mono will suppress the tex-text +mapping of TeX "smart quotes" and other ligatures into +unicode glyphs for xeLaTeX and luaLaTeX. + +The OpenType fonts were obtained from + +https://github.com/IBM/plex/ + +and are licensed under the SIL Open Font License, +Version 1.1. The text may be found in the doc directory. +The type1 versions were created by cfftot1. The support +files were created using autoinst and are licensed under the +terms of the LaTeX Project Public License. The maintainer of +this package is Bob Tennent at rdt(at)cs(dot)queensu(dot)ca. |