summaryrefslogtreecommitdiff
path: root/fonts/gelasio/doc/gelasio-samples.tex
blob: e6311a2afbd01fb2cc44c32f08716bc618376d90 (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
\documentclass{article}
\usepackage[T1]{fontenc}
\usepackage{gelasio}
\newcommand{\Section}[1]{\section*{\textbf{#1}}}
\renewcommand{\,}{\kern0.2ex}
\usepackage{lipsum}
\usepackage{lettrine}
\begin{document}

\begin{center}\huge
\textbf{G\,e\,l\,a\,s\,i\,o}\\[0.5ex]
\end{center}


\Section{Regular}
\lipsum[1]

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

\Section{Bold}
\textbf{\lipsum[3]}

\Section{Bold Italic}
\textbf{\emph{\lipsum[4]}}


\Section{Default Numbers}

1234567890

\Section{Lining Numbers}

\liningnums{1234567890}

\Section{Tabular Numbers}

\tabularnums{1234567890}

\Section{Superior Numbers}

X\textsu{1234567890}

\end{document}