summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/fonts
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2024-12-08 21:07:08 +0000
committerKarl Berry <karl@freefriends.org>2024-12-08 21:07:08 +0000
commit5da8aef526f464f6a390533b2d8f405da09c5bb1 (patch)
treeb3b03c668477de5c4eae19ae4dd44e02b5db0d37 /Master/texmf-dist/doc/fonts
parentc42b9b58ff81b87924c6a7a7dbca1f32d8a66ea8 (diff)
crimson (8dec24)
git-svn-id: svn://tug.org/texlive/trunk@73074 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/fonts')
-rw-r--r--Master/texmf-dist/doc/fonts/crimson/README9
-rw-r--r--Master/texmf-dist/doc/fonts/crimson/crimson-samples.pdfbin31120 -> 174505 bytes
-rw-r--r--Master/texmf-dist/doc/fonts/crimson/crimson-samples.tex31
3 files changed, 32 insertions, 8 deletions
diff --git a/Master/texmf-dist/doc/fonts/crimson/README b/Master/texmf-dist/doc/fonts/crimson/README
index 59cc21ba038..4b382fe532a 100644
--- a/Master/texmf-dist/doc/fonts/crimson/README
+++ b/Master/texmf-dist/doc/fonts/crimson/README
@@ -1,5 +1,5 @@
This is the README for the crimson package,
-version 2024-12-06.
+version 2024-12-08.
This package provides LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeX
support for the Crimson Text family of fonts, designed
@@ -10,7 +10,7 @@ Jan Tschichold (Sabon), Robert Slimbach (Arno, Minion) and
Jonathan Hoefler (Hoefler Text).
This version of the package supports small caps for the
-Regular font.
+Regular and Bold fonts.
To install this package on a TDS-compliant
TeX system download the file
@@ -38,6 +38,11 @@ Option semibold (or sb) will activate the semi-bold variant
as the default bold face. Localized use of semi-bold is
available using the \crimsonsemibold command
+Options lining (lf) and oldstyle (osf) select the
+corresponding (tabular) figure style. Localized use of these
+figure styles is available using the \crimsonoldstyle or
+\crimsonlining commands.
+
Font encodings supported are OT1, T1, LY1 and TS1.
The OpenType fonts were obtained from
diff --git a/Master/texmf-dist/doc/fonts/crimson/crimson-samples.pdf b/Master/texmf-dist/doc/fonts/crimson/crimson-samples.pdf
index 05f374fcf82..05dfa28e650 100644
--- a/Master/texmf-dist/doc/fonts/crimson/crimson-samples.pdf
+++ b/Master/texmf-dist/doc/fonts/crimson/crimson-samples.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/fonts/crimson/crimson-samples.tex b/Master/texmf-dist/doc/fonts/crimson/crimson-samples.tex
index c0641697910..76057352eb9 100644
--- a/Master/texmf-dist/doc/fonts/crimson/crimson-samples.tex
+++ b/Master/texmf-dist/doc/fonts/crimson/crimson-samples.tex
@@ -4,24 +4,43 @@
\usepackage{lipsum}
\begin{document}
-\subsection*{Roman}
+\subsubsection*{Roman}
\lipsum[1]
-\subsection*{Italic}
+\subsubsection*{Italic}
\textit{\lipsum[2]}
-\subsection*{Bold}
+\subsubsection*{Bold}
\textbf{\lipsum[3]}
-\subsection*{Bold Italic}
+\subsubsection*{Bold Italic}
\textbf{\textit{\lipsum[4]}}
-\subsection*{SemiBold}
+\subsubsection*{SemiBold}
{\crimsonsemibold \lipsum[3]}
-\subsection*{SemiBold Italic}
+\subsubsection*{SemiBold Italic}
{\crimsonsemibold \textit{\lipsum[4]}}
+\subsubsection*{Small Caps}
+
+\textsc{\lipsum[5]}
+
+
+\subsubsection*{Bold Small Caps}
+
+\textbf{\textsc{\lipsum[6]}}
+
+\enlargethispage*{4ex}
+
+\subsubsection*{Default Numbers}
+
+1234567890
+
+\subsubsection*{Oldstyle Numbers}
+
+{\crimsonoldstyle 1234567890}
+
\end{document}