summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/pigpen
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-12-09 17:48:38 +0000
committerKarl Berry <karl@freefriends.org>2008-12-09 17:48:38 +0000
commit8cb97eed37c55304b594dbb55b3ad549586800f1 (patch)
treee416c4c2da16a9a7224c268b16c05c90529e786e /Master/texmf-dist/tex/latex/pigpen
parentb169b506291af730dc8bfc50d65284c8898ff6b6 (diff)
new font pigpen 0.2 (7dec08)
git-svn-id: svn://tug.org/texlive/trunk@11565 c570f23f-e606-0410-a88d-b1316a301751
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