From 06ec64595c3f158672d23aadefeff2d07439700f Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 16 Jun 2021 20:43:06 +0000 Subject: circledsteps (16jun21) git-svn-id: svn://tug.org/texlive/trunk@59608 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/circledsteps/README.md | 3 +++ .../doc/latex/circledsteps/circledsteps-manual.pdf | Bin 404880 -> 429201 bytes .../tex/latex/circledsteps/circledsteps.sty | 12 ++++++++---- 3 files changed, 11 insertions(+), 4 deletions(-) (limited to 'Master') diff --git a/Master/texmf-dist/doc/latex/circledsteps/README.md b/Master/texmf-dist/doc/latex/circledsteps/README.md index 299da249755..42551b8b5f2 100644 --- a/Master/texmf-dist/doc/latex/circledsteps/README.md +++ b/Master/texmf-dist/doc/latex/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/Master/texmf-dist/doc/latex/circledsteps/circledsteps-manual.pdf b/Master/texmf-dist/doc/latex/circledsteps/circledsteps-manual.pdf index f428edaea54..83892b759ee 100644 Binary files a/Master/texmf-dist/doc/latex/circledsteps/circledsteps-manual.pdf and b/Master/texmf-dist/doc/latex/circledsteps/circledsteps-manual.pdf differ diff --git a/Master/texmf-dist/tex/latex/circledsteps/circledsteps.sty b/Master/texmf-dist/tex/latex/circledsteps/circledsteps.sty index 8b5d69cfc8c..a8f769a3b13 100644 --- a/Master/texmf-dist/tex/latex/circledsteps/circledsteps.sty +++ b/Master/texmf-dist/tex/latex/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 -- cgit v1.2.3