% tryfont.tex Test Uncial fonts \documentclass[12pt]{article} \usepackage{uncial} \newcommand{\ABC}{ABCDEFGHIJKL MNOPQRSTUVWXYZ} \newcommand{\abc}{abcdefghijkl mnopqrstuvwxyz} \newcommand{\punct}{.,;:!?`' \&{} () []} \newcommand{\figs}{0123456789} \newcommand{\dashes}{- -- ---} \newcommand{\sentence}{% this is an example of the 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 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 Uncial Fonts} \author{} \date{} \begin{document} \maketitle This provides a short test of the characters in the Uncial fonts --- the \verb|uncl| font family. \begin{center} The Uncial Huge normal font. \\ \par {\unclfamily\Huge \ABC\\ \abc\\ \punct{}\dashes\\ \figs\\ \par } \end{center} \begin{center} The Uncial font in its normal size \\ \textuncl{\ABC{} \abc \figs} \\ \end{center} \begin{center} The bold minuscule font, the normal minuscule font, and the bold Computer Modern Roman, all in the normal size \\ \textuncl{\textbf{\abc{} \figs}} \\ \textuncl{\abc{} \figs} \\ \textbf{\abc{} \figs} \\ \end{center} \begin{center} The bold versions, in Huge and tiny sizes. \par \unclfamily\bfseries \Huge \abc{} \figs \par \tiny \abc{} \figs \par \end{center} \begin{center} The font in the tiny size \\ \par {\unclfamily\tiny \ABC{} \\ \abc\\ \figs\\ \par } \end{center} \begin{center} Some ligatures in the normal font \\ \textuncl{``the lazy dog --- but quick fox?''} \end{center} { \unclfamily \sentence{} \Sentence{} } This is the end of the test file. \end{document}