summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/pigpen
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/pigpen')
-rw-r--r--Master/texmf-dist/tex/latex/pigpen/pigpen.sty44
-rw-r--r--Master/texmf-dist/tex/latex/pigpen/pigpen.tex40
2 files changed, 84 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/pigpen/pigpen.sty b/Master/texmf-dist/tex/latex/pigpen/pigpen.sty
new file mode 100644
index 00000000000..be07cbc8b3c
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/pigpen/pigpen.sty
@@ -0,0 +1,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'.
diff --git a/Master/texmf-dist/tex/latex/pigpen/pigpen.tex b/Master/texmf-dist/tex/latex/pigpen/pigpen.tex
new file mode 100644
index 00000000000..3083de0b621
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/pigpen/pigpen.tex
@@ -0,0 +1,40 @@
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% File: pigpen.tex
+% 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: \input pigpen
+%
+% No options.
+%
+% NB: This file does not require LaTeX2e!
+%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%
+% Size definitions
+%
+\ifx\LaTeXpigpen\undefined
+ \font\mypigpenfont pigpen
+ %
+ \def\pigpenfont{\let\pigpenfont\mypigpenfont}
+\fi
+
+\ifx\TeXpigpen\undefined
+ \def\TeXpigpen{}
+ \catcode`@ 11
+\else
+ \endinput
+\fi
+%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%
+%
+% Some Housekeeping...
+%
+\ifx\LaTeXpigpen\undefined
+ \catcode`@ 12
+\fi