summaryrefslogtreecommitdiff
path: root/fonts/bookhands/egothic/tryfont.tex
blob: 3faf7eb70699c92ebf5d7542fb605d8f9614a5ac (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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
% tryfont.tex    Test Early Gothic fonts
%\documentclass[12pt]{article}
\documentclass{article}
\usepackage{egothic}

\newcommand{\ABC}{ABCDEFGHIJKL MNOPQRSTUVWXYZ}
\newcommand{\abc}{abcdefghijkl mnopqrs{}tuvwxyz}
\newcommand{\ABCnb}{ABCDEFGHIJKLMNOPQRSTUVWXYZ}
\newcommand{\abcnb}{abcdefghijklmnopqrs{}tuvwxyz}
\newcommand{\punct}{.,;:!?`' () []}
\newcommand{\figs}{0123456789}
\newcommand{\dashes}{- -- ---}
\newcommand{\ligs}{\&{} ct st}
\newcommand{\sentence}{%
this is an example of the early gothic 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 Early Gothic 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{\esses}{sa sb sc sd se sf sg sh si sj sk sl sm 
                    sn so sp sq sr ss st su sv sw sx sy sz}

\newcommand{\exes}{xa xb xc xd xe xf xg xh xi xj xk xl xm 
                  xn xo xp xq xr xs xt xu xv xw xx xy xz}
          
\newcommand{\jays}{aj bj cj dj ej fj gj hj ij jj kj lj mj 
                   nj oj pj qj rj sj tj uj vj wj xj yj zj}

\newcommand{\dees}{ad bd cd dd ed fd gd hd id jd kd ld md 
                   nd od pd qd rd sd td ud vd wd xd yd zd}

\newcommand{\ares}{ra rb rc rd re rf rg rh ri rj rk rl rm 
                   rn ro rp rq rr rs rt ru rv rw rx ry rz}

\newcommand{\Esses}{SA SB SC SD SE SF SG SH SI SJ SK SL SM 
                    SN SO SP SQ SR SS ST SU SV SW SX SY SZ}

\newcommand{\Exes}{XA XB XC XD XE XF XG XH XI XJ XK XL XM 
                  XN XO XP XQ XR XS XT XU XV XW XX XY XZ}
          
\newcommand{\Jays}{AJ BJ CJ DJ EJ FJ GJ HJ IJ JJ KJ LJ MJ 
                   NJ OJ PJ QJ RJ SJ TJ UJ VJ WJ XJ YJ ZJ}

\newcommand{\Dees}{AD BD CD DD ED FD GD HD ID JD KD LD MD 
                   ND OD PD QD RD SD TD UD VD WD XD YD ZD}

\newcommand{\Ares}{RA RB RC RD RE RF RG RH RI RJ RK RL RM 
                   RN RO RP RQ RR RS RT RU RV RW RX RY RZ}

\title{Try Early Gothic Fonts}
\author{}
\date{}
\begin{document}
\maketitle

    This provides a short test of the characters in the Early Gothic fonts
--- the \verb|egoth| font family. Pen angle 35 degrees, 6 and 5 nibs for
normal and bold versions.



\begin{center}
The Early Gothic Huge normal font. \\ \par
{\egothfamily\Huge \ABC\\ \abc\\ \punct{} \dashes\\ \ligs{} \figs\\ \par }
\end{center}

\begin{center}
The Early Gothic font in its normal size \\
\textegoth{\ABCnb{} \abcnb{} \punct{} \dashes{} \ligs{} \figs} \\
\end{center}

\begin{center}
The bold Gothic font, the normal Gothic font, and the bold Computer Modern
Roman, all in the normal size \\
\textegoth{\textbf{\abcnb{} \figs{}  \ligs{}}} \\
\textegoth{\abcnb{} \figs{} \ligs{}} \\
\textbf{\abcnb{} \figs{} \ligs{}} \\
\end{center}

\begin{center}
The bold versions, in Huge and tiny sizes. \par
\egothfamily\bfseries
\Huge \abc{} \figs{}  \ligs{} \par
\tiny \abc{} \figs{}  \ligs{} \par
\end{center}

\begin{center}
The font in the tiny size \\ \par
{\egothfamily\tiny \ABC{} \\ \abc\\ \figs\\  \ligs{} \par } 
\end{center}

\begin{center}
    Some built-in ligatures in the normal font \\
\textegoth{``first active brown dog --- but quick \& red fox?''}
\end{center}

%\begin{center}
%    Individual ligatures in the normal font \\
% \textegoth{\esses} \\
% \textegoth{\exes} \\
% \textegoth{\jays} \\
% \textegoth{\dees} \\
% \textegoth{\ares} \\
% \textegoth{\Esses} \\
% \textegoth{\Exes} \\
% \textegoth{\Jays} \\
% \textegoth{\Dees} \\
% \textegoth{\Ares} \\
%\end{center}

{
\egothfamily 
\sentence{}

\Sentence{}
}
    
    This is the end of the test file.

\end{document}