summaryrefslogtreecommitdiff
path: root/Master/texmf-dist
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r--Master/texmf-dist/doc/latex/circledsteps/README.md6
-rw-r--r--Master/texmf-dist/doc/latex/circledsteps/circledsteps-manual.pdfbin431371 -> 431358 bytes
-rw-r--r--Master/texmf-dist/tex/latex/circledsteps/circledsteps.sty6
3 files changed, 7 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/latex/circledsteps/README.md b/Master/texmf-dist/doc/latex/circledsteps/README.md
index 42551b8b5f2..1ec5e84f896 100644
--- a/Master/texmf-dist/doc/latex/circledsteps/README.md
+++ b/Master/texmf-dist/doc/latex/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/Master/texmf-dist/doc/latex/circledsteps/circledsteps-manual.pdf b/Master/texmf-dist/doc/latex/circledsteps/circledsteps-manual.pdf
index a86fc5f9c59..904950ab776 100644
--- a/Master/texmf-dist/doc/latex/circledsteps/circledsteps-manual.pdf
+++ b/Master/texmf-dist/doc/latex/circledsteps/circledsteps-manual.pdf
Binary files differ
diff --git a/Master/texmf-dist/tex/latex/circledsteps/circledsteps.sty b/Master/texmf-dist/tex/latex/circledsteps/circledsteps.sty
index 20463070daf..e17e8656b1f 100644
--- a/Master/texmf-dist/tex/latex/circledsteps/circledsteps.sty
+++ b/Master/texmf-dist/tex/latex/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