This is a very simple package that provides John Cleese's iconic silly walk routine as page numbering style.
Simply add \usepackage{sillypage} to your document. Then:
- Write
\pagenumbering{silly}in your document to use the page numbering style defined by this package. - Use the macro
\sillyon a LaTeX counter to typeset the corresponding image for the value of that counter. - Use the macro
\sillystepto print the step numbernfrom the sequence of steps. - Write
\pagenumbering{sillynumeral}in your document to use a silly numeral system. - Use the macro
\sillynumeralto get the silly numeral system representation from the providednvalue.
Here we go:
\documentclass{article}
\usepackage{sillypage}
\usepackage{blindtext}
\begin{document}
\pagenumbering{silly}
\Blinddocument
\end{document}Just note that sillywalk-map.pdf should go under the tex/ subtree
(as it is required by sillypage.sty) instead of the doc/ counterpart.
Yes.
Blame these individuals:
- Phelype Oleinik
- Paulo Cereda
- samcarter
- Ulrike Fischer
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.