diff options
Diffstat (limited to 'fonts/pacioli/tryfont.tex')
-rw-r--r-- | fonts/pacioli/tryfont.tex | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/fonts/pacioli/tryfont.tex b/fonts/pacioli/tryfont.tex new file mode 100644 index 0000000000..1af9bc7d68 --- /dev/null +++ b/fonts/pacioli/tryfont.tex @@ -0,0 +1,55 @@ +% tryfont.tex Test Pacioli fonts +\documentclass{article} +\usepackage{t1enc} +\usepackage{pacioli} + +%\DeclareFontFamily{OT1}{cdr}{} +% \DeclareFontShape{OT1}{cdr}{m}{n}{ <-> cdr10 }{} + + +\newcommand{\ABC}{ABCDEFGHIJKLMNOPQRSTUVWXYZ} +\newcommand{\ABc}{ABcDEFgHIJKLMNoPqRSTUVWXYZ} +\newcommand{\punct}{.,;:!?`' \&{} () []} +\newcommand{\dashes}{- -- ---} + +\title{Try Pacioli Fonts} +\author{} +\date{} +\begin{document} +\maketitle + + This provides a short test of the characters in the Pacioli fonts +--- the \verb|cpc| font family. + +%\begin{center} +%The Duerer font \\ +%{\fontencoding{OT1}\fontfamily{cdr}\selectfont\Large \ABC} +%\end{center} + +\begin{center} +The Pacioli normal font (adjusted and then non-adjusted) \\ +{\cpcfamily\Large \ABC\\ \punct{}\dashes\\ \ABc\\} +\end{center} +\begin{center} +The Pacioli slanted font (adjusted and then non-adjusted) \\ +{\cpcfamily\slshape\Large \ABC\\ \punct{}\dashes\\ \ABc\\} +\end{center} +\begin{center} + Some ligatures in the normal font \\ +\textcpc{``THE LAZY DOG --- BUT QUICK FOX?''} +\end{center} +\begin{center} + Some ligatures in the slanted font \\ +\textcpc{\textsl{``THE LAZY DOG --- BUT QUICK FOX?''}} +\end{center} + +\begin{center} +The font in its normal size \\ +\textcpc{\ABC} \\ +and the Computer Modern Roman for comparison \\ +\ABC +\end{center} + + This is the end of the test file. + +\end{document}
\ No newline at end of file |