blob: f17bdbc6943592cde82b054539a3e18fc98bc95c (
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
|
\documentclass{article}
\usepackage[LGR,T1]{fontenc}
\usepackage[scale=0.95]{TheanoDidot}
\usepackage{lipsum}
\begin{document}
\thispagestyle{empty}
\begin{center}\huge\bf Theano Didot
\end{center}
\section*{Regular}
\lipsum[1]
\section*{Bold}
\textbf{\lipsum[2]}
\section*{Default Numbers}
0123456789
\section*{OldStyle Numbers}
{\theanodidotosf 0123456789}
\section*{LGR}
{\theanodidotlgr\noindent
a b g d e z h j i k l m n x o p r s t u f q y w\\
A B G D E Z H J I K L M N X O P R S T U F Q Y W\\
}
\end{document}
|