summaryrefslogtreecommitdiff
path: root/fonts/pacioli/tryfont.tex
blob: 1af9bc7d6891bf34e8942576617dfe552b1395cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
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}