From 8a40de6954483011aa2b9fe69b46b306540302ac Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 2 Jan 2021 22:15:23 +0000 Subject: spectral (2jan21) git-svn-id: svn://tug.org/texlive/trunk@57296 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/fonts/spectral/README | 9 +++++++-- .../doc/fonts/spectral/spectral-samples.pdf | Bin 33991 -> 78482 bytes .../doc/fonts/spectral/spectral-samples.tex | 16 ++++++++++++++++ 3 files changed, 23 insertions(+), 2 deletions(-) (limited to 'Master/texmf-dist/doc/fonts/spectral') diff --git a/Master/texmf-dist/doc/fonts/spectral/README b/Master/texmf-dist/doc/fonts/spectral/README index bb7e74d4542..f7609b9b01c 100644 --- a/Master/texmf-dist/doc/fonts/spectral/README +++ b/Master/texmf-dist/doc/fonts/spectral/README @@ -1,9 +1,9 @@ This is the README for the spectral package, version -2020-08-21. +2021-01-01. This package provides LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeX support for the Spectral family of fonts, designed by -Jean-Baptiste Levée at the Production Type digital type +Jean-Baptiste Levée at the Production Type digital type design agency. Spectral is a new and versatile serif face available in seven weights of roman and italic, with small caps. @@ -31,6 +31,7 @@ tabular,t fixed-width figures The defaults are oldstyle and proportional. +el, extralight extralight weight l, light light weight m, medium medium weight sb, semibold semibold weight @@ -53,6 +54,10 @@ adjust fontsizes. The type1 option may be used by xelatex or lualatex users who prefer to use type1 fonts or to avoid fontspec. +Commands \spectralextralight, \spectrallight, \spectralmedium, +\spectralsemibold and \spectralextrabold allow for local +use of those series. + Commands \oldstylenums{...} and \liningnums{...} are defined to allow for local use of old-style figures or lining figures, respectively. Similarly, \tabularnums{...} and diff --git a/Master/texmf-dist/doc/fonts/spectral/spectral-samples.pdf b/Master/texmf-dist/doc/fonts/spectral/spectral-samples.pdf index c59721b0209..1ce614d8601 100644 Binary files a/Master/texmf-dist/doc/fonts/spectral/spectral-samples.pdf and b/Master/texmf-dist/doc/fonts/spectral/spectral-samples.pdf differ diff --git a/Master/texmf-dist/doc/fonts/spectral/spectral-samples.tex b/Master/texmf-dist/doc/fonts/spectral/spectral-samples.tex index 6f1b483dce3..c3a0a39fec7 100644 --- a/Master/texmf-dist/doc/fonts/spectral/spectral-samples.tex +++ b/Master/texmf-dist/doc/fonts/spectral/spectral-samples.tex @@ -1,6 +1,7 @@ \documentclass{article} \usepackage[T1]{fontenc} \usepackage[sb]{spectral} +\usepackage{microtype} \usepackage{lipsum} \begin{document} @@ -25,6 +26,21 @@ \subsection*{Bold Italic} \textbf{\emph{\lipsum[4]}} +\subsection*{Extra Light} +{\spectralextralight\lipsum[5]} + +\subsection*{Light} +{\spectrallight\lipsum[6]} + +\subsection*{Medium} +{\spectralmedium\lipsum[7]} + +\subsection*{SemiBold} +{\spectralsemibold\lipsum[8]} + +\subsection*{ExtraBold} +{\spectralextrabold\lipsum[9]} + \subsection*{Default Numbers} 1234567890 -- cgit v1.2.3