A package to generate circled numbers (or other kind of markers or small text). It can be used to mark "steps" in procedures, exercises, and so on.
See this question on tex.stackexchange.com
Authored by Romano Giannetti romano.giannetti@gmail.com
.
See the included file circledsteps-manual.tex
; you can compile it running (twice) pdflatex
on it. If you want to have a look before buying, you can find a compiled copy on the release page or on CTAN.
If you have already installed the package in your TeX distribution, use texdoc circledsteps
; it should show you the manual of the installed version of the package.
Licensed under LPPL 1.3c
The source is hosted on GitHub. If you clone the repository, you can use
make local-install
to install the package on your local TEXMF tree.
To compile the documentation from the source code repository you need to have latexmk
installed (it is not needed to use the package, though.)