summaryrefslogtreecommitdiff
path: root/fonts/pigpen/texinput/pigpen.sty
blob: 3df45916a878d3b7d0e0ec111859dc5bd847facb (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
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% File: clock.sty
% Date: December 07, 2008
% Author: Oliver Corff
% (c) 2008 Ulaanbaatar, Macau, Berlin
%
% A package for providing the Pigpen
% cipher to TeX- and LaTeX-users.
%
% Usage: \usepackage{pigpen}
%
% No options.
%
% NB: This package requires LaTeX2e!
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% Identification
%
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{pigpen}[2008/12/07 v0.1 PigPen]
%
%
% Preliminary declarations
%
\DeclareFontFamily{U}{pigpen}{}
\DeclareFontShape{U}{pigpen}{m}{n}{%
	<-> pigpen}{}
\DeclareFontSubstitution{U}{pigpen}{m}{n}
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% 
% Loading the clock command structure
%
\def\LaTeXpigpen{}
\input pigpen.tex
\newcommand{\pigpenfont}{\usefont{U}{pigpen}{m}{n}\selectfont}
%
%
% No options with this package.
%
% No More declarations
% 
% End of file `clock.sty'.