diff options
author | Karl Berry <karl@freefriends.org> | 2021-06-16 20:43:06 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-06-16 20:43:06 +0000 |
commit | 06ec64595c3f158672d23aadefeff2d07439700f (patch) | |
tree | 8b6015a8fc8f237aa2b85806d63b96a71be5c2a2 /Master | |
parent | 1804a1e365fb792699ec4c5799640eb8358aa671 (diff) |
circledsteps (16jun21)
git-svn-id: svn://tug.org/texlive/trunk@59608 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf-dist/doc/latex/circledsteps/README.md | 3 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/circledsteps/circledsteps-manual.pdf | bin | 404880 -> 429201 bytes | |||
-rw-r--r-- | Master/texmf-dist/tex/latex/circledsteps/circledsteps.sty | 12 |
3 files changed, 11 insertions, 4 deletions
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 Binary files differindex f428edaea54..83892b759ee 100644 --- a/Master/texmf-dist/doc/latex/circledsteps/circledsteps-manual.pdf +++ b/Master/texmf-dist/doc/latex/circledsteps/circledsteps-manual.pdf 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 |