-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathexample.tex
93 lines (73 loc) · 1.64 KB
/
example.tex
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
%TeX
\documentclass[letterpaper]{article}
\usepackage[top=0.125in,bottom=0.125in,left=0.125in,right=0.125in]{geometry}
\usepackage[letterspace=150]{microtype}
\usepackage{setspace}
\usepackage{blindtext}
\usepackage{wizpen}
\begin{document}
\section*{Hello from {\wizpenfont wizpen}\enspace!}
This is wizpen, a Pigpen cipher-like font originally made for
a D\&D campaign at Battlemage Brewery in San Diego, California.
\noindent It is free to use for whatever you want. If you redistribute it,
check the License.
\section*{Expanded}
{
\Large \wizpenfont \noindent \lsstyle
ABCDEFGHI JKLMNOPQR STUV WXYZ \\ \\
}
{
\Large \noindent
\textls[550] {ABCDEFGHI JKLMNOPQR STUV WXYZ} \\ \\
}
{
\Large \wizpenfont \noindent \lsstyle
0123456789 \\ \\
}
{
\Large \noindent
\textls[700] {0123456789} \\ \\
}
\section*{Compact}
{
\Large \wizpenfont \noindent
ABCDEFGHI JKLMNOPQR STUV WXYZ \\ \\
}
{
\Large \noindent
\textls[380] {ABCDEFGHI JKLMNOPQR STUV WXYZ} \\ \\
}
{
\Large \wizpenfont \noindent
0123456789 \\ \\
}
{
\Large \noindent
\textls[550] {0123456789} \\ \\
}
\clearpage
\section*{Examples}
{
\Large \wizpenfont \noindent %\lsstyle
Burning Hands \\ \\
Detect Magic \\ \\
Illusory Script \\ \\
Mage Armor \\ \\
Magic Missile \\ \\
Magic Weapon \\ \\
Mirror Image \\ \\
Shatter \\ \\
Shield \\ \\
Suggestion \\
}
\clearpage
\section*{Prose}
% TODO: figure out how characters can share horizontal strokes. Because
% they should be able to.
{
\Large \wizpenfont \noindent %
\begin{sloppypar}
\blindtext
\end{sloppypar}
}
\end{document}