diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/pigpen/pigpen.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/pigpen/pigpen.sty | 44 |
1 files changed, 44 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'. |