From 8cb97eed37c55304b594dbb55b3ad549586800f1 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 9 Dec 2008 17:48:38 +0000 Subject: new font pigpen 0.2 (7dec08) git-svn-id: svn://tug.org/texlive/trunk@11565 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/latex/pigpen/pigpen.sty | 44 +++++++++++++++++++++++++++ Master/texmf-dist/tex/latex/pigpen/pigpen.tex | 40 ++++++++++++++++++++++++ 2 files changed, 84 insertions(+) create mode 100644 Master/texmf-dist/tex/latex/pigpen/pigpen.sty create mode 100644 Master/texmf-dist/tex/latex/pigpen/pigpen.tex (limited to 'Master/texmf-dist/tex/latex/pigpen') 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 -- cgit v1.2.3