summaryrefslogtreecommitdiff
path: root/fonts/bookhands/auncial/tryfont.tex
blob: b4015f2f5e3c1764fc1b0f5c5f0a151c27d374b1 (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
% tryfont.tex    Test Artificial Uncial fonts
\documentclass[12pt]{article}
\usepackage{auncial}

\newcommand{\ABC}{ABCDEFGHIJKL MNOPQRSTUVWXYZ}
\newcommand{\abc}{abcdefghijkl mnopqrstuvwxyz}
\newcommand{\punct}{.,;:!?`' \&{} () []}
\newcommand{\figs}{0123456789}
\newcommand{\dashes}{- -- ---}
\newcommand{\sentence}{%
this is an example of the artificial uncial font. now is the time for all good
men, and women, to come to the aid of the party while the quick brown fox
jumps over the lazy dog:}

\newcommand{\Sentence}{%
This is an example of the Artificial Uncial font. Now is the time for all good
men, and women, to come to the aid of the party while the quick brown fox
jumps over the lazy dog:}


\title{Try Artificial Uncial Fonts}
\author{}
\date{}
\begin{document}
\maketitle

    This provides a short test of the characters in the Artificial Uncial fonts
--- the \verb|auncl| font family.



\begin{center}
The Artificial Uncial Huge normal font. \\ \par
{\aunclfamily\Huge \ABC\\ \abc\\ \punct{} \dashes\\ \figs\\ \par }
\end{center}

\begin{center}
The Artificial Uncial font in its normal size \\
\textauncl{\ABC{} \abc{} \punct{} \dashes{} \figs} \\
\end{center}

\begin{center}
The bold minuscule font, the normal minuscule font, and the bold Computer Modern
Roman, all in the normal size \\
\textauncl{\textbf{\abc{} \figs}} \\
\textauncl{\abc{} \figs} \\
\textbf{\abc{} \figs} \\
\end{center}

\begin{center}
The bold versions, in Huge and tiny sizes. \par
\aunclfamily\bfseries
\Huge \abc{} \figs \par
\tiny \abc{} \figs \par
\end{center}

\begin{center}
The font in the tiny size \\ \par
{\aunclfamily\tiny \ABC{} \\ \abc\\ \figs\\ \par } 
\end{center}

\begin{center}
    Some ligatures in the normal font \\
\textauncl{``the lazy \& brown dog --- but quick \& red fox?''}
\end{center}

{
\aunclfamily 
\sentence{}

\Sentence{}
}
    
    This is the end of the test file.

\end{document}