diff options
author | Karl Berry <karl@freefriends.org> | 2011-04-08 16:43:45 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-04-08 16:43:45 +0000 |
commit | 9631a619eb83ca16233a8c5a5d22b2549de79f6d (patch) | |
tree | b0c7a8f2567433f0a39084446ebcd214fd89d4c5 /Master/texmf-dist/doc/fonts/bookhands/huncial | |
parent | 07f021d3cb17d27409f0a57a18e06f7ceb4fba39 (diff) |
bookhands update (delayed from years ago)
git-svn-id: svn://tug.org/texlive/trunk@22023 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/fonts/bookhands/huncial')
-rw-r--r-- | Master/texmf-dist/doc/fonts/bookhands/huncial/allfont.ps.gz | bin | 0 -> 84775 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/fonts/bookhands/huncial/allfont.tex | 92 |
2 files changed, 92 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/fonts/bookhands/huncial/allfont.ps.gz b/Master/texmf-dist/doc/fonts/bookhands/huncial/allfont.ps.gz Binary files differnew file mode 100644 index 00000000000..4c73eccb2d3 --- /dev/null +++ b/Master/texmf-dist/doc/fonts/bookhands/huncial/allfont.ps.gz diff --git a/Master/texmf-dist/doc/fonts/bookhands/huncial/allfont.tex b/Master/texmf-dist/doc/fonts/bookhands/huncial/allfont.tex new file mode 100644 index 00000000000..14c5bb4d50e --- /dev/null +++ b/Master/texmf-dist/doc/fonts/bookhands/huncial/allfont.tex @@ -0,0 +1,92 @@ +% allfont.tex Test Half Uncial fonts +\documentclass{article} +\usepackage{allhuncl} + +\newcommand{\romannum}[1]{\romannumeral #1} +\newcommand{\Romannum}[1]{\uppercase\expandafter{\romannumeral #1}} +\newcommand{\ABC}{ABCDEFGHIJKL MNOPQRSTUVWXYZ} +\newcommand{\abc}{abcdefghijkl mnopqrstuvwxyz} +\newcommand{\punct}{.,;:!?`' \&{} () []} +\newcommand{\dashes}{- -- ---} +\newcommand{\figs}{0123456789} +\newcommand{\sentence}{% +this is an example of the half uncial rustic 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:} + +\newcommand{\latin}{Te canit adcelebratqve polvs rex gazifer hymnis. + Trans zephyriqve globvm scandvnt tva facta per axem.} + +\title{Try Half Uncial Fonts} +\author{} +\date{} +\pagenumbering{roman} +\begin{document} +\maketitle + +\tableofcontents + +\section{First section} + + 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 +{\Huge \ABC\\ \abc\\ \punct{}\dashes\\ \figs\\ \par } +\end{center} + + +\begin{center} +The Half Uncial font in its normal size \\ +{\ABC{} \abc{} \punct{} \dashes{} \figs} \\ +\end{center} + +\begin{center} +The bold normal font, the normal font, and the bold Computer Modern +Roman, all in the normal size \\ +{\textbf{\abc{} \figs}} \\ +{\abc{} \figs} \\ +\textcmr{\textbf{\abc{} \figs}} \\ +\end{center} + +\begin{center} +The bold versions, in Huge and tiny sizes. \par +\bfseries +\Huge \abc{} \figs \par +\tiny \abc{} \figs \par +\end{center} + +\begin{center} +The font in the tiny size \\ \par +{\tiny \ABC{} \\ \abc\\ \figs\\ \par } +\end{center} + +\begin{center} + Some ligatures in the normal font \\ +{``first active brown dog --- but quick \& red fox?''} +\end{center} + +\section{Second section} + + First some well known English phrases in an abcedarian sentence. + +\Sentence{} + + These are two Latin abecedarian sentences dating from about +\Romannum{790}. + +\latin{} + +\textcmss{This is the end of the test file, with this sentence being typeset +using the Computer Modern Sans font in the point size as specified for this +document.} + +\end{document}
\ No newline at end of file |