summaryrefslogtreecommitdiff
path: root/fonts
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2024-02-04 03:00:55 +0000
committerNorbert Preining <norbert@preining.info>2024-02-04 03:00:55 +0000
commit16f68bbec3cca735a695904227872abc2ace1f90 (patch)
treebcabe1bea02359da24036bb8e3a9741751516a84 /fonts
parent8d5a9f6bbecb297f513b9ed16e574db1c1310228 (diff)
CTAN sync 202402040300
Diffstat (limited to 'fonts')
-rw-r--r--fonts/pigpen/README.md (renamed from fonts/pigpen/README)7
-rw-r--r--fonts/pigpen/doc/pigpendoc.pdfbin54679 -> 125628 bytes
-rw-r--r--fonts/pigpen/doc/pigpendoc.tex4
-rw-r--r--fonts/pigpen/map/pigpen.map3
l---------fonts/pigpen/pigpendoc.pdf1
-rw-r--r--fonts/pigpen/texinput/pigpen.sty88
-rw-r--r--fonts/pigpen/texinput/pigpen.tex80
7 files changed, 95 insertions, 88 deletions
diff --git a/fonts/pigpen/README b/fonts/pigpen/README.md
index c7a466c045..ab86a943fa 100644
--- a/fonts/pigpen/README
+++ b/fonts/pigpen/README.md
@@ -7,4 +7,11 @@ it is still used by schoolchildren.
The pigpen cipher package provides the font and the necessary wrappers
(style file, etc.) in order to write Pigpen ciphers.
+License: LPPL 1.3c https://www.latex-project.org/lppl.txt
+
Oliver Corff, December 2008
+
+Map file updated, David Carlisle 2024-02-03
+
+
+
diff --git a/fonts/pigpen/doc/pigpendoc.pdf b/fonts/pigpen/doc/pigpendoc.pdf
index faa2ffa4e2..6631013848 100644
--- a/fonts/pigpen/doc/pigpendoc.pdf
+++ b/fonts/pigpen/doc/pigpendoc.pdf
Binary files differ
diff --git a/fonts/pigpen/doc/pigpendoc.tex b/fonts/pigpen/doc/pigpendoc.tex
index 4da7d93ffa..cf334bd2d3 100644
--- a/fonts/pigpen/doc/pigpendoc.tex
+++ b/fonts/pigpen/doc/pigpendoc.tex
@@ -7,9 +7,9 @@
\newcommand\exc{\end{minipage}\kern -3cm \smallskip\end{flushleft}}
\title{{\pigpenfont PIG PEN FOR TEX}\\[0.5cm]
- The Pigpen Cipher for \TeX\ 0.2}
+ The Pigpen Cipher for \TeX\ 0.3}
\author{Oliver Corff}
-\date{December 07, 2008}
+\date{February, 2024}
\begin{document}
\maketitle
diff --git a/fonts/pigpen/map/pigpen.map b/fonts/pigpen/map/pigpen.map
index 4d4d4c9ecd..9378d37869 100644
--- a/fonts/pigpen/map/pigpen.map
+++ b/fonts/pigpen/map/pigpen.map
@@ -4,5 +4,6 @@
% Part of the Pigpen package.
%
% Oliver Corff, 2008
+% Updated to use < David Carlisle 2024
%
-pigpen <<pigpen.pfa
+pigpen <pigpen.pfa
diff --git a/fonts/pigpen/pigpendoc.pdf b/fonts/pigpen/pigpendoc.pdf
deleted file mode 120000
index 6be73814b4..0000000000
--- a/fonts/pigpen/pigpendoc.pdf
+++ /dev/null
@@ -1 +0,0 @@
-doc/pigpendoc.pdf \ No newline at end of file
diff --git a/fonts/pigpen/texinput/pigpen.sty b/fonts/pigpen/texinput/pigpen.sty
index 3df45916a8..be07cbc8b3 100644
--- a/fonts/pigpen/texinput/pigpen.sty
+++ b/fonts/pigpen/texinput/pigpen.sty
@@ -1,44 +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'.
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% 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/fonts/pigpen/texinput/pigpen.tex b/fonts/pigpen/texinput/pigpen.tex
index 527cd4c71c..3083de0b62 100644
--- a/fonts/pigpen/texinput/pigpen.tex
+++ b/fonts/pigpen/texinput/pigpen.tex
@@ -1,40 +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
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% 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