texlive[67889] Master/texmf-dist: circledsteps (11aug23)

commits+karl at tug.org commits+karl at tug.org
Fri Aug 11 23:12:52 CEST 2023


Revision: 67889
          http://tug.org/svn/texlive?view=revision&revision=67889
Author:   karl
Date:     2023-08-11 23:12:52 +0200 (Fri, 11 Aug 2023)
Log Message:
-----------
circledsteps (11aug23)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/circledsteps/README.md
    trunk/Master/texmf-dist/doc/latex/circledsteps/circledsteps-manual.pdf
    trunk/Master/texmf-dist/tex/latex/circledsteps/circledsteps.sty

Modified: trunk/Master/texmf-dist/doc/latex/circledsteps/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/circledsteps/README.md	2023-08-11 21:12:42 UTC (rev 67888)
+++ trunk/Master/texmf-dist/doc/latex/circledsteps/README.md	2023-08-11 21:12:52 UTC (rev 67889)
@@ -1,9 +1,12 @@
 ## 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 at 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).
@@ -10,7 +13,6 @@
 
 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/)

Modified: trunk/Master/texmf-dist/doc/latex/circledsteps/circledsteps-manual.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/tex/latex/circledsteps/circledsteps.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/circledsteps/circledsteps.sty	2023-08-11 21:12:42 UTC (rev 67888)
+++ trunk/Master/texmf-dist/tex/latex/circledsteps/circledsteps.sty	2023-08-11 21:12:52 UTC (rev 67889)
@@ -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



More information about the tex-live-commits mailing list.