summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/circledsteps
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2023-08-12 03:03:37 +0000
committerNorbert Preining <norbert@preining.info>2023-08-12 03:03:37 +0000
commit1671b301fbe6cef52ccfa6085824e9677703e023 (patch)
tree351f5c112c4ca58d43310883a432d05d9c60670b /macros/latex/contrib/circledsteps
parent3bfa493a1fafa36f78e84022bfe6511b23f51781 (diff)
CTAN sync 202308120303
Diffstat (limited to 'macros/latex/contrib/circledsteps')
-rw-r--r--macros/latex/contrib/circledsteps/README.md6
-rw-r--r--macros/latex/contrib/circledsteps/circledsteps-manual.pdfbin431371 -> 431358 bytes
-rw-r--r--macros/latex/contrib/circledsteps/circledsteps.sty6
3 files changed, 7 insertions, 5 deletions
diff --git a/macros/latex/contrib/circledsteps/README.md b/macros/latex/contrib/circledsteps/README.md
index 42551b8b5f..1ec5e84f89 100644
--- a/macros/latex/contrib/circledsteps/README.md
+++ b/macros/latex/contrib/circledsteps/README.md
@@ -1,16 +1,18 @@
## Package `circledsteps` for LaTeX
-A package to generate circled numbers (or other kind of markers or small text) to mark "steps" in procedure, exercises, and so on.
+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](https://tex.stackexchange.com/questions/7032/good-way-to-make-textcircled-numbers)
+Authored by Romano Giannetti `romano.giannetti@gmail.com`.
+
### DOCUMENTATION
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](https://github.com/Rmano/circledsteps/releases) or on [CTAN](https://ctan.org/pkg/circledsteps).
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.
-
### LICENSE
Licensed under [LPPL 1.3c](https://www.latex-project.org/lppl/lppl-1-3c/)
diff --git a/macros/latex/contrib/circledsteps/circledsteps-manual.pdf b/macros/latex/contrib/circledsteps/circledsteps-manual.pdf
index a86fc5f9c5..904950ab77 100644
--- a/macros/latex/contrib/circledsteps/circledsteps-manual.pdf
+++ b/macros/latex/contrib/circledsteps/circledsteps-manual.pdf
Binary files differ
diff --git a/macros/latex/contrib/circledsteps/circledsteps.sty b/macros/latex/contrib/circledsteps/circledsteps.sty
index 20463070da..e17e8656b1 100644
--- a/macros/latex/contrib/circledsteps/circledsteps.sty
+++ b/macros/latex/contrib/circledsteps/circledsteps.sty
@@ -1,10 +1,10 @@
% \begin{macrocode}
\NeedsTeXFormat{LaTeX2e}[1996/06/01]
-\ProvidesPackage{circledsteps}[2023/07/27 v1.3.2 Circled steps that you can reference]
-\def\cstepsversion{v1.3.2}
+\ProvidesPackage{circledsteps}[2023/08/11 v1.3.3 Circled steps that you can reference]
+\def\cstepsversion{v1.3.3}
% \end{macrocode}
%
-% Copyright (c) 2019 Romano Giannetti
+% Copyright (c) 2019-2023 Romano Giannetti
% Heavily helped by @marmot and other on
% https://tex.stackexchange.com/questions/7032/good-way-to-make-textcircled-numbers
% License: LPPL 1.3c