summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/circledsteps/circledsteps-manual.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/circledsteps/circledsteps-manual.tex')
-rw-r--r--macros/latex/contrib/circledsteps/circledsteps-manual.tex7
1 files changed, 4 insertions, 3 deletions
diff --git a/macros/latex/contrib/circledsteps/circledsteps-manual.tex b/macros/latex/contrib/circledsteps/circledsteps-manual.tex
index 4867907abf..d1599bb95c 100644
--- a/macros/latex/contrib/circledsteps/circledsteps-manual.tex
+++ b/macros/latex/contrib/circledsteps/circledsteps-manual.tex
@@ -40,6 +40,7 @@ The package loads (if not already loaded) the packages \texttt{pict2e}, \texttt{
The manual is for version~\cstepsversion. The main changes between version are listed below.
\begin{description}
+ \item[v1.3] Minor fixes to the manual; added a warning in case the patching of \texttt{picture.sty} fails.
\item[v1.2] Added optional argument to the commands and make them sensitive to math mode (thanks to \texttt{@tallmarmot} for the suggestion and example code); fixed several bugs.
Added \texttt{fill color} for the circles background.
@@ -126,7 +127,7 @@ If you want to change colors it's easy:
\end{LTXexample}
\begin{LTXexample}
-\pgfkeys{/csteps/inner color=white}
+\pgfkeys{/csteps/inner color=yellow}
\pgfkeys{/csteps/outer color=red}
\pgfkeys{/csteps/fill color=black}
And you can have filled circles and ovals:
@@ -154,7 +155,7 @@ You can have also quite nice math mode effects, thanks to suggestion from \textt
\section{Automatically generated numbers}
-The command \verb|\cstep| will generate a circled number, starting from \texttt{1}, that can be referenced with the normal \verb|\label|/\verb|\ref| mechanism.\footnote{Notice that in the example the numbers in the references one the right are blue to to \texttt{hyperref} configuration!} You can reset the numbering with
+The command \verb|\cstep| will generate a circled number, starting from \texttt{1}, that can be referenced with the normal \verb|\label|/\verb|\ref| mechanism.\footnote{Notice that in the example the numbers in the references on the right are blue due to \texttt{hyperref} configuration!} You can reset the numbering with
\verb|\startcstep|. For example:
\input{ctikzexample.tex}
@@ -170,7 +171,7 @@ The definition of \verb|CircledTexT| is simply the following one; you can get id
\begin{lstlisting}
\newcommand{\CircledText}[2][]{%
- \csteps@CircledParamOpts{inner color=none, outer color=none, #1}{1}{#2}%
+ \CircledParamOpts{inner color=none, outer color=none, #1}{1}{#2}%
}
\end{lstlisting}