%% %% The LaTeX Companion, 3ed %% %% Example A-2-4 on page II-651 in "sillypage --- Page and other counting à la Monty Python". %% %% Copyright (C) 2022 Frank Mittelbach %% %% It 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. %% %% See https://www.latex-project.org/lppl.txt for details. %% \documentclass{tlc3exa} \pagestyle{empty} \setcounter{page}{6} \setlength\textwidth{447.0pt} %StartShownPreambleCommands \usepackage{sillypage} \makeatletter \renewcommand*\silly@height{.7cm} % make the pictograms a bit smaller for the example \makeatother %StopShownPreambleCommands \begin{document} \sillystep{1}\sillystep{2}\sillystep{3}\sillystep{4}\sillystep{5}\sillystep{6}% \sillystep{7}\sillystep{8}\sillystep{9}\sillystep{10}\sillystep{11}\sillystep{12} (repeat) \end{document}