summaryrefslogtreecommitdiff
path: root/fonts/trajan/trytrajan.tex
blob: 261dc2240a99183f0d4eedba012a612e4b85c3c0 (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
% trytrajan.tex    Test Trajan fonts
\documentclass{article}
\usepackage{trajan}

\newcommand{\ABC}{A B C D E F G H I J K L M N O P Q R S T U V W X Y Z}
\newcommand{\punct}{.,;:!?`' \&{} () []}
\newcommand{\dashes}{- -- ---}

\title{Try Trajan Fonts}
\author{}
\date{}
\begin{document}
\maketitle

    This provides a short test of the characters in the Trajan fonts
--- the \verb|trjn| font family.



\begin{center}
The Trajan Huge normal font \\
{\trjnfamily\Huge \ABC\\ \punct{}\dashes\\ }
\end{center}
\begin{center}
The Trajan Huge slanted font \\
{\trjnfamily\slshape\Huge \ABC\\ \punct{}\dashes\\ }
\end{center}
\begin{center}
The Trajan Large normal font \\
{\trjnfamily\Large \ABC\\ } % \punct{}\dashes\\ }
\end{center}
\begin{center}
The Trajan Large slanted font \\
{\trjnfamily\slshape\Large \ABC\\ } % \punct{}\dashes\\ }
\end{center}
%\begin{center}
%    Some ligatures in the normal font \\
%\texttrjn{``THE LAZY DOG --- BUT QUICK FOX?''}
%\end{center}

\begin{center}
The font in its normal size \\
\texttrjn{\ABC} \\
and the Computer Modern Roman for comparison \\
\ABC 
\end{center}
    
    This is the end of the test file.

\end{document}