summaryrefslogtreecommitdiff
path: root/fonts/bookhands/inslrmaj/allfont.tex
blob: 6d3ec1018e9d6c0fbbd7a822c7fc4d6f947c297b (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
% allfont.tex    Test Insular Majuscule fonts
\documentclass{article}
\usepackage{allimaj}

\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 insular majuscule 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 Insular Majuscule 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 Insular Majuscule Fonts}
\author{}
\date{}
\pagenumbering{roman}
\begin{document}
\maketitle

\tableofcontents

\section{First section}

    This provides a short test of the characters in the Insular Majuscule fonts
--- the \verb|imaj| font family.



\begin{center}
The Insular Majuscule Huge normal font. \\ \par
{\Huge \ABC\\ \abc\\ \punct{}\dashes\\ \figs\\ \par }
\end{center}


\begin{center}
The Insular Majuscule 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}