summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/sillypage
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-01-11 22:02:24 +0000
committerKarl Berry <karl@freefriends.org>2022-01-11 22:02:24 +0000
commit8073de44fa28710eeac2f911e170ef565c63c703 (patch)
treee450e86e97d26354c42cc7c34f675057314f45d5 /Master/texmf-dist/doc/latex/sillypage
parentfa4d2a5e2aa4aef4c17f825a54127ab10979e27c (diff)
sillypage (11jan22)
git-svn-id: svn://tug.org/texlive/trunk@61573 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/sillypage')
-rw-r--r--Master/texmf-dist/doc/latex/sillypage/README.md54
-rw-r--r--Master/texmf-dist/doc/latex/sillypage/sillypage-example.pdfbin0 -> 94027 bytes
-rw-r--r--Master/texmf-dist/doc/latex/sillypage/sillypage-example.tex9
-rw-r--r--Master/texmf-dist/doc/latex/sillypage/sillypage.pdfbin0 -> 185382 bytes
4 files changed, 63 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/sillypage/README.md b/Master/texmf-dist/doc/latex/sillypage/README.md
new file mode 100644
index 00000000000..1a04f516268
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/sillypage/README.md
@@ -0,0 +1,54 @@
+# The `sillypage` package
+
+This is a very simple package that provides John Cleese's iconic silly walk
+routine as page numbering style.
+
+## Usage
+
+Simply add `\usepackage{sillypage}` to your document. Then:
+
+- Write `\pagenumbering{silly}` in you document to use the page numbering
+ style defined by this package.
+- Use the macro `\silly` on a LaTeX counter to typeset the corresponding
+ image for the value of that counter.
+- Use the macro `\sillystep` to print the step number `n` from the
+ sequence of steps.
+
+## A sample document
+
+Here we go:
+
+```tex
+\documentclass{article}
+
+\usepackage{sillypage}
+\usepackage{blindtext}
+
+\begin{document}
+\pagenumbering{silly}
+\Blinddocument
+\end{document}
+```
+
+## Installation notes
+
+Just note that `sillywalk-map.png` should go under the `tex/` subtree
+(as it is required by `sillypage.sty`) instead of the `doc/` counterpart.
+
+## Isn't this package too silly?
+
+Yes.
+
+## Authors
+
+Blame these two blokes:
+
+- Phelype Oleinik
+- Paulo Cereda
+
+## License
+
+The `sillypage` package may be distributed and/or modified under the
+conditions of the LaTeX Project Public License, either version 1.3c of
+this license or (at your option) any later version.
+
diff --git a/Master/texmf-dist/doc/latex/sillypage/sillypage-example.pdf b/Master/texmf-dist/doc/latex/sillypage/sillypage-example.pdf
new file mode 100644
index 00000000000..0a2811a5215
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/sillypage/sillypage-example.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/sillypage/sillypage-example.tex b/Master/texmf-dist/doc/latex/sillypage/sillypage-example.tex
new file mode 100644
index 00000000000..94c0ac7111b
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/sillypage/sillypage-example.tex
@@ -0,0 +1,9 @@
+\documentclass{article}
+
+\usepackage{sillypage}
+\usepackage{blindtext}
+
+\begin{document}
+\pagenumbering{silly}
+\Blinddocument
+\end{document}
diff --git a/Master/texmf-dist/doc/latex/sillypage/sillypage.pdf b/Master/texmf-dist/doc/latex/sillypage/sillypage.pdf
new file mode 100644
index 00000000000..df65d10c021
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/sillypage/sillypage.pdf
Binary files differ