summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/fonts
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/fonts')
-rw-r--r--Master/texmf-dist/doc/fonts/alegreya/README14
-rw-r--r--Master/texmf-dist/doc/fonts/alegreya/alegreya-samples.pdfbin88080 -> 219329 bytes
-rw-r--r--Master/texmf-dist/doc/fonts/alegreya/alegreya-samples.tex20
3 files changed, 26 insertions, 8 deletions
diff --git a/Master/texmf-dist/doc/fonts/alegreya/README b/Master/texmf-dist/doc/fonts/alegreya/README
index db8b0c8146c..152bfad0121 100644
--- a/Master/texmf-dist/doc/fonts/alegreya/README
+++ b/Master/texmf-dist/doc/fonts/alegreya/README
@@ -1,4 +1,4 @@
-This is the README for the alegreya package, version 2013-11-08.
+This is the README for the alegreya package, version 2013-11-13.
This package provides LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeX support
for the Alegreya family of fonts, designed by Juan Pablo del Peral
@@ -31,11 +31,13 @@ variants as the bold series.
Font encodings supported are OT1, T1, LY1 and TS1.
-Command \alegreya selects the Alagreya family. Commands \alegreyaLF,
-\alegreyaOsF, \alegreyaTLF, and \alegreyaTOsF allow for localized
-use of non-default figures. Command \useosf switches the default
-figure style to old-style figures; this is primarily for use after
-calling a math package with lining figures as the default.
+Commands \alegreya, \alegreyasc, \alegreyaBlck and \alegreyaBlcksc
+select the Alagreya family, the small-capital shape, the black
+series, and black small-capitals, respectively. Commands
+\alegreyaLF, \alegreyaOsF, \alegreyaTLF, and \alegreyaTOsF allow for
+localized use of non-default figures. Command \useosf switches the
+default figure style to old-style figures; this is primarily for use
+after calling a math package with lining figures as the default.
The original Truetype fonts were obtained from
diff --git a/Master/texmf-dist/doc/fonts/alegreya/alegreya-samples.pdf b/Master/texmf-dist/doc/fonts/alegreya/alegreya-samples.pdf
index fffa9f4c732..6015454db14 100644
--- a/Master/texmf-dist/doc/fonts/alegreya/alegreya-samples.pdf
+++ b/Master/texmf-dist/doc/fonts/alegreya/alegreya-samples.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/fonts/alegreya/alegreya-samples.tex b/Master/texmf-dist/doc/fonts/alegreya/alegreya-samples.tex
index 45354317a57..3f48edcaab7 100644
--- a/Master/texmf-dist/doc/fonts/alegreya/alegreya-samples.tex
+++ b/Master/texmf-dist/doc/fonts/alegreya/alegreya-samples.tex
@@ -1,6 +1,6 @@
\documentclass{article}
\usepackage[T1]{fontenc}
-\usepackage[tf]{alegreya}
+\usepackage{alegreya}
\usepackage{lipsum}
\begin{document}
@@ -21,6 +21,13 @@ Alegreya
\textbf{\textit{\lipsum[4]}}
+\subsection*{Black}
+
+{\alegreyaBlck\lipsum[5]}
+
+\subsection*{Black Italic}
+
+\textit{\alegreyaBlck\lipsum[6]}
\subsection*{Regular Small Capitals}
\textsc{\lipsum[1]}
@@ -35,6 +42,16 @@ Alegreya
\textsc{\textbf{\textit{\lipsum[4]}}}
+\subsection*{Black Small Capitals}
+
+{\alegreyaBlcksc\lipsum[5]}
+
+\subsection*{Black Italic Small Capitals}
+
+{\alegreyaBlcksc\itshape{\lipsum[6]}}
+
+
+
\subsection*{Default Numbers}
1234567890
@@ -59,5 +76,4 @@ Alegreya
X\textsu{1234567890}
-
\end{document}