summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/fonts/bookhands/auncial-tryfont.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-01-09 00:47:01 +0000
committerKarl Berry <karl@freefriends.org>2006-01-09 00:47:01 +0000
commit950209b26f70aa87ed07c54f82a95b6f03b7c3a0 (patch)
tree32b2d4ab4e36aee3a9aaf41877a5c0c581de9b77 /Master/texmf-dist/doc/fonts/bookhands/auncial-tryfont.tex
parent71c5ce4be7e36bdc6bdda98641bc9368e28223ad (diff)
doc/fonts
git-svn-id: svn://tug.org/texlive/trunk@83 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/fonts/bookhands/auncial-tryfont.tex')
-rw-r--r--Master/texmf-dist/doc/fonts/bookhands/auncial-tryfont.tex76
1 files changed, 76 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/fonts/bookhands/auncial-tryfont.tex b/Master/texmf-dist/doc/fonts/bookhands/auncial-tryfont.tex
new file mode 100644
index 00000000000..b4015f2f5e3
--- /dev/null
+++ b/Master/texmf-dist/doc/fonts/bookhands/auncial-tryfont.tex
@@ -0,0 +1,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} \ No newline at end of file