summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/fonts/ebgaramond/samples.tex
blob: fd24f1d864b88b6a93eca1ff8e6164757bb35e25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
\documentclass{article}
\usepackage[T1]{fontenc}
\usepackage[scale=0.97]{ebgaramond}
\newcommand{\Section}[1]{\section*{\scshape#1}}
\usepackage{lipsum}
\begin{document}

\begin{center}\Huge
\textsc{Egenolff-Berner Garamond}\\[0.5ex]
\swshape\LARGE
by Georg Duffner
\end{center}

\Section{Introduction}
EB Garamond is a revival of the 16th century fonts designed by Claude
Garamont. The source for the letterforms is a scan of a specimen known
as the ``Berner specimen,'' which, composed in 1592 by Conrad Berner,
son-in-law of Christian Egenolff and his successor at the Egenolff print
office, shows Garamont's roman and Granjon's italic fonts at different
sizes. Hence the name of this project: Egenolff-Berner Garamond.


\Section{Regular}
\lipsum[1]

\Section{Italic}
\textit{\lipsum[2]}


\Section{Small Caps Regular}
\textsc{\lipsum[5]}

\Section{Small Caps Italic}
\textsc{\textit{\lipsum[6]}}

\Section{Default Numbers}

1234567890

\Section{Oldstyle Numbers}

\oldstylenums{1234567890}

\Section{Lining Numbers}

\liningnums{1234567890}

\Section{Tabular Numbers}

\tabularnums{1234567890}

\Section{Proportional Numbers}

\proportionalnums{1234567890}

\Section{Superior Numbers}

X\textsu{1234567890}

\end{document}