summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/circledsteps
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2021-06-17 03:01:34 +0000
committerNorbert Preining <norbert@preining.info>2021-06-17 03:01:34 +0000
commit5f3280db1e6f333f79e9930e5609d3f5175d5af7 (patch)
tree8c2c38904a55ba81f607b090a8fd5a54e45ee7e8 /macros/latex/contrib/circledsteps
parent2c0c7988beae1efa245bfb9fec0a25d41d88047d (diff)
CTAN sync 202106170301
Diffstat (limited to 'macros/latex/contrib/circledsteps')
-rw-r--r--macros/latex/contrib/circledsteps/README.md3
-rw-r--r--macros/latex/contrib/circledsteps/circledsteps-manual.pdfbin404880 -> 429201 bytes
-rw-r--r--macros/latex/contrib/circledsteps/circledsteps.sty12
3 files changed, 11 insertions, 4 deletions
diff --git a/macros/latex/contrib/circledsteps/README.md b/macros/latex/contrib/circledsteps/README.md
index 299da24975..42551b8b5f 100644
--- a/macros/latex/contrib/circledsteps/README.md
+++ b/macros/latex/contrib/circledsteps/README.md
@@ -23,3 +23,6 @@ If you clone the repository, you can use
make local-install
to install the package on [your local TEXMF tree](https://tex.stackexchange.com/questions/1137/where-do-i-place-my-own-sty-or-cls-files-to-make-them-available-to-all-my-te).
+
+To compile the documentation from the source code repository you need to have `latexmk` installed (it is *not* needed to use the package, though.)
+
diff --git a/macros/latex/contrib/circledsteps/circledsteps-manual.pdf b/macros/latex/contrib/circledsteps/circledsteps-manual.pdf
index f428edaea5..83892b759e 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 8b5d69cfc8..a8f769a3b1 100644
--- a/macros/latex/contrib/circledsteps/circledsteps.sty
+++ b/macros/latex/contrib/circledsteps/circledsteps.sty
@@ -1,7 +1,7 @@
% \begin{macrocode}
\NeedsTeXFormat{LaTeX2e}[1996/06/01]
-\ProvidesPackage{circledsteps}[2020/01/12 v1.3 Circled steps that you can reference]
-\def\cstepsversion{v1.3}
+\ProvidesPackage{circledsteps}[2020/01/12 v1.3.1 Circled steps that you can reference]
+\def\cstepsversion{v1.3.1}
% \end{macrocode}
%
% Copyright (c) 2019 Romano Giannetti
@@ -10,6 +10,7 @@
% License: LPPL 1.3c
%
% \begin{macrocode}
+\RequirePackage{xcolor}
\RequirePackage{pict2e}
\RequirePackage{picture}
\RequirePackage{pgfkeys} % for the pgfkeys
@@ -31,6 +32,9 @@
\ProcessOptions\relax
% thanks @egreg https://tex.stackexchange.com/a/523450/38080
\RequirePackage{etoolbox}
+% patch either picture.sty or pict2e.sty to add the possibility
+% to fill oval shapes. Will break as soon as that option is added
+% to either package...
\newif\ifcstepsfilledovals\cstepsfilledovalsfalse
\@ifpackageloaded{picture}{\patchcmd\PcOrg@@oval}{\patchcmd\@oval}
{\pIIe@strokeGraph}
@@ -39,8 +43,8 @@
\PackageWarningNoLine{circledsteps}{%
Failed to patch either picture.sty or pict2e.sty:\MessageBreak
\space\space oval shapes will not be filled.
- }
- }
+ }%
+}
\newsavebox\csteps@CBox