summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/fonts/oldlatin/test_ol_all.tex
blob: 2ac123be3bb7ecc43511ba7c0e5537f64483d4f5 (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
\documentclass[10pt,a4paper]{article}
\font\olb=olb10 scaled 1000
\font\olbx=olbx10 scaled 1000
\font\olbxs=olbxsl10 scaled 1000
\font\oldunh=oldunh10 scaled 1000
\font\olff=olff10 scaled 1000
\font\olfib=olfib8 scaled 1200
\font\olr=olr10 scaled 1000
\font\olsl=olsl10 scaled 1000
\font\olsltt=olsltt10 scaled 1000
\font\olss=olss10 scaled 1000
\font\olssbx=olssbx10 scaled 1000
\font\olssdc=olssdc10 scaled 1000
\font\olssi=olssi10 scaled 1000
\font\olssq=olssq8 scaled 1200
\font\olssqi=olssqi8 scaled 1200
\font\oltt=oltt10 scaled 1000
\font\olvtt=olvtt10 scaled 1000
\newcommand{\Ligature}{%
\input test_alphabet.tex
}
\begin{document}

Computer Modern Roman:\\{\Ligature}

Bold Roman:\\{\olb \Ligature}

Bold Extended Roman:\\{\olbx \Ligature}

Bold Extended Slanted Roman:\\{\olbxs \Ligature}

Dunhil Roman:\\{\oldunh \Ligature}

Funny Roman:\\{\olff \Ligature}

Roman Fibonacci:\\{\olfib \Ligature}

Roman:\\{\olr \Ligature}

Slanted Roman:\\{\olsl \Ligature}

Slanted Typewriter Text:\\{\olsltt \Ligature}

Sans Serif:\\{\olss \Ligature}

Sans Serif Bold Extended:\\{\olssbx \Ligature}

Sans Serif Demibold Condensed:\\{\olssdc \Ligature}

Slanted Sans Serif:\\{\olssi \Ligature}

Sans Serif Quotation Style:\\{\olssq \Ligature}

Sans Serif Quotation Style Slanted:\\{\olssqi \Ligature}

Typewriter Text:\\{\oltt \Ligature}

Variable-Width Typewriter Text:\\{\olvtt \Ligature}
\end{document}