From e0c6872cf40896c7be36b11dcc744620f10adf1d Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 2 Sep 2019 13:46:59 +0900 Subject: Initial commit --- fonts/bookhands/huncial/tryfont.tex | 76 +++++++++++++++++++++++++++++++++++++ 1 file changed, 76 insertions(+) create mode 100644 fonts/bookhands/huncial/tryfont.tex (limited to 'fonts/bookhands/huncial/tryfont.tex') diff --git a/fonts/bookhands/huncial/tryfont.tex b/fonts/bookhands/huncial/tryfont.tex new file mode 100644 index 0000000000..06fbf33921 --- /dev/null +++ b/fonts/bookhands/huncial/tryfont.tex @@ -0,0 +1,76 @@ +% tryfont.tex Test Half Uncial fonts +\documentclass[12pt]{article} +\usepackage{huncial} + +\newcommand{\ABC}{ABCDEFGHIJKL MNOPQRSTUVWXYZ} +\newcommand{\abc}{abcdefghijkl mnopqrstuvwxyz} +\newcommand{\punct}{.,;:!?`' \&{} () []} +\newcommand{\figs}{0123456789} +\newcommand{\dashes}{- -- ---} +\newcommand{\sentence}{% +this is an example of the half 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 Half 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 Half Uncial Fonts} +\author{} +\date{} +\begin{document} +\maketitle + + This provides a short test of the characters in the Half Uncial fonts +--- the \verb|huncl| font family. + + + +\begin{center} +The Half Uncial Huge normal font. \\ \par +{\hunclfamily\Huge \ABC\\ \abc\\ \punct{} \dashes\\ \figs\\ \par } +\end{center} + +\begin{center} +The Half Uncial font in its normal size \\ +\texthuncl{\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 \\ +\texthuncl{\textbf{\abc{} \figs}} \\ +\texthuncl{\abc{} \figs} \\ +\textbf{\abc{} \figs} \\ +\end{center} + +\begin{center} +The bold versions, in Huge and tiny sizes. \par +\hunclfamily\bfseries +\Huge \abc{} \figs \par +\tiny \abc{} \figs \par +\end{center} + +\begin{center} +The font in the tiny size \\ \par +{\hunclfamily\tiny \ABC{} \\ \abc\\ \figs\\ \par } +\end{center} + +\begin{center} + Some ligatures in the normal font \\ +\texthuncl{``first active brown dog --- but quick \& red fox?''} +\end{center} + +{ +\hunclfamily +\sentence{} + +\Sentence{} +} + + This is the end of the test file. + +\end{document} \ No newline at end of file -- cgit v1.2.3