From 352aeff78eae020f08030b01e5f6ecf37450e174 Mon Sep 17 00:00:00 2001 From: samcarter Date: Fri, 17 Jun 2022 12:08:28 +0200 Subject: [PATCH] Update doc to reflect the new handling of unknown options in random \tikzling --- tikzlings-doc.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tikzlings-doc.tex b/tikzlings-doc.tex index 0596def..4387eca 100644 --- a/tikzlings-doc.tex +++ b/tikzlings-doc.tex @@ -420,7 +420,7 @@ \subsection{Basic Usage} \subsection{Options} -Only options common for all \tikzlings are supported for the \lstinline|\tikzling|. These are the ability to change the body colour +Options common for all \tikzlings are supported for the \lstinline|\tikzling|. These are the ability to change the body colour \begin{tcblisting}{} \tikzling[body=blue] \end{tcblisting} @@ -440,7 +440,7 @@ \subsection{Options} \tikzling[contour=black] \end{tcblisting} -If an option of a specific tikzlings is used (for example \lstinline|sleeping| which only the koala and sloth can do) this only works if you are lucky and one of them is drawn, in all other cases it will result in an error. +If an option of a specific Ti\emph{k}Zling is used (for example \lstinline|sleeping|, which only the koala and sloth can do) this option will only work for these \tikzlings. For all other \tikzlings, the option will be silently ignored. In addition all usual \TikZ and \lstinline|pgf| keys can be used in the optional argument as well as the accessories presented in the following section.