summaryrefslogtreecommitdiff
path: root/fonts/garamond-libre/doc/garamond-libre.tex
blob: 185876957212f4d96226a057364850ddbc39fe5b (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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
\documentclass[12pt]{article}
\usepackage[LGR,T2A,T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[osf]{garamondlibre}
\usepackage[expansion,protrusion]{microtype}
\usepackage{lipsum}

\title{Garamond Libre}
\date{version 1.4\\[2ex] May 3, 2020}
\author{Daniel~Benjamin Miller\thanks{\texttt{dbmiller at dbmiller.org}} \and Bob Tennent\thanks{\texttt{rdt at cs.queensu.ca}}}

\begin{document}
\maketitle

\section*{Introduction}

Garamond Libre is a free and open-source old-style font
family. It is a ``true Garamond,'' i.e., it is based off the
designs of 16th-century French engraver Claude Garamond
(also spelled Garamont). The Roman design is Garamond’s;
the italics are from a design by Robert Granjon. The upright
Greek font is after a design by Firmin Didot; the ``italic''
Greek font is after a design by Alexander Wilson. The font
family includes support for Latin, Greek (monotonic and
polytonic) and Cyrillic scripts, as well as small capitals,
old-style figures, superior and inferior figures, historical
ligatures, Byzantine musical symbols, the IPA and swash
capitals. The fonts are an extended fork based on designs by
George Douros. 



Garamond Libre is based on George Douros' text fonts
project. The sources on which these fonts are based were
released by their author as free for any use.

The Type 1 versions of the fonts were created using \texttt{cfftot1}.
The support files were created using \texttt{autoinst} and \texttt{otftotfm}
and are licensed under the terms of the \LaTeX\ Project Public
License.
\section*{Licensing}
\begin{quote}
The OpenType fonts are released under the \textsc{X11}/\textsc{MIT} license
and are Copyright © 2019--2020 by Daniel Benjamin Miller.

Permission is hereby granted, free of charge, to any
person obtaining a copy of this software and associated
documentation files (the ``Software''), to deal in the
Software without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute,
sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so,
subject to the following conditions:

The above copyright notice and this permission notice shall
be included in all copies or substantial portions of the
Software.
\end{quote}

\pagebreak

\section*{Samples}

\subsection*{Regular}

\lipsum[1]

\subsection*{Italic}
\textit{\lipsum[2]}

\subsection*{Bold}
\textbf{\lipsum[3]}

\subsection*{Bold Italic}
\textbf{\textit{\lipsum[4]}}

\subsection*{Small Caps}
\textsc{\lipsum[5]}

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

\subsection*{Swash Capitals}

\textit{\textsw{ABCDEFGHIJKLMNOPQRSTUVWXYZ}}

\subsection*{Default Numbers}

1234567890

\subsection*{Oldstyle Numbers}

\oldstylenums{1234567890}

\subsection*{Lining Numbers}

\liningnums{1234567890}

\subsection*{Superior Numbers}

X\textsu{1234567890}

\subsection*{Inferior Numbers}

X\textin{1234567890}



\subsection*{LGR}

{\garamondlibrelgr\noindent
abgdezhjiklmnxoprstufqyw\\
ABGDEZHJIKLMNXOPRSTUFQYW\\
0123456789
}


\subsection*{Cyrillic}

{\ifxetex\else\ifluatex\else\fontencoding{T2A}\selectfont\fi\fi 

Съешь ещё этих мягких французских булок да
выпей чаю!}

\subsection*{Ornaments}

\textornaments{123456789}

\end{document}