summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-03-17 21:51:16 +0000
committerKarl Berry <karl@freefriends.org>2021-03-17 21:51:16 +0000
commitcbcb2603fc18bd3494cdb39c39642cf4dda8003f (patch)
tree65c5c46d3d2a73d873222e402f89242a6d13d328 /Master/texmf-dist/doc
parent9f3cc0f9c5e9932136084f75315d45a060b55db3 (diff)
tikzlings (17mar21) (branch)
git-svn-id: svn://tug.org/texlive/branches/branch2020.0@58485 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r--Master/texmf-dist/doc/latex/tikzlings/README.md2
-rw-r--r--Master/texmf-dist/doc/latex/tikzlings/tikzlings-doc.pdfbin561273 -> 598360 bytes
-rw-r--r--Master/texmf-dist/doc/latex/tikzlings/tikzlings-doc.tex202
3 files changed, 190 insertions, 14 deletions
diff --git a/Master/texmf-dist/doc/latex/tikzlings/README.md b/Master/texmf-dist/doc/latex/tikzlings/README.md
index bf7c2660085..f336658a77d 100644
--- a/Master/texmf-dist/doc/latex/tikzlings/README.md
+++ b/Master/texmf-dist/doc/latex/tikzlings/README.md
@@ -1,7 +1,7 @@
# TikZlings
A collection of animals and other beings from the tikz world
-Current version: 2020/12/04 version v0.4
+Current version: 2021/03/17 version v0.5
This project is licensed under the LaTeX Project Public License v1.3c or later, see http://www.latex-project.org/lppl.txt
diff --git a/Master/texmf-dist/doc/latex/tikzlings/tikzlings-doc.pdf b/Master/texmf-dist/doc/latex/tikzlings/tikzlings-doc.pdf
index 3fb3c9b918a..817ced64b3b 100644
--- a/Master/texmf-dist/doc/latex/tikzlings/tikzlings-doc.pdf
+++ b/Master/texmf-dist/doc/latex/tikzlings/tikzlings-doc.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/tikzlings/tikzlings-doc.tex b/Master/texmf-dist/doc/latex/tikzlings/tikzlings-doc.tex
index 98a5d2602e6..ffd9af01027 100644
--- a/Master/texmf-dist/doc/latex/tikzlings/tikzlings-doc.tex
+++ b/Master/texmf-dist/doc/latex/tikzlings/tikzlings-doc.tex
@@ -95,9 +95,9 @@
emph=[1]{
tikzlings,
tikzlings-marmots, tikzlings-bears, tikzlings-coatis, tikzlings-koalas, tikzlings-marmots, tikzlings-owls, tikzlings-penguins, tikzlings-snowmans, tikzlings-mice, tikzlings-moles, tikzlings-sloths, tikzlings-pigs, tikzlings-cats, tikzlings-hippos, tikzlings-rhinos, tikzlings-pandas, tikzlings-bees, tikzlings-anteaters, tikzlings-squirrels, tikzlings-sheep,
- body, 3D, rotatehead, sideward, blush, sleeping, whiskers, teeth, shadow, askphil, leftstep, rightstep, eye, nose, pupil, bill, feet, belly, ask, phil, mouth, buttons, rotatearms, eyes, paws, back, pupilwidth, globalwarming, wings, antennas, stripes,
+ body, 3D, rotatehead, sideward, blush, sleeping, whiskers, teeth, shadow, askphil, leftstep, rightstep, eye, nose, pupil, bill, feet, belly, ask, phil, mouth, buttons, rotatearms, paws, back, pupilwidth, globalwarming, wings, antennas, stripes,
scale, yshift, xshift, rotate, hands, muzzle, schroedinger, toes,
- hat, tophat, beret, strawhat, ribbon, harlequin, niuqelrah, witch, magichat, magicstars, crown, queencrown, kingcrown, santa, chef, graduate, tassel, alien, book, bookcolour, signpost, signcolour, signback, speech, think, bubblecolour, pizza, cheese, baguette, cake, icecream, flavoura, flavourb, flavourc, milkshake, wine, cricket, hockey, football, crystalball, magicwand, rollingpin, lightsaber, torch, basket, easter, egga, eggb, eggc, crozier, shovel, pickaxe, umbrella, umbrellaclosed, handbag, cocktail, monocle,
+ hat, tophat, beret, strawhat, ribbon, harlequin, niuqelrah, witch, magichat, magicstars, crown, queencrown, kingcrown, santa, chef, graduate, tassel, alien, book, bookcolour, signpost, signcolour, signback, speech, think, bubblecolour, pizza, cheese, baguette, cake, icecream, flavoura, flavourb, flavourc, milkshake, wine, cricket, hockey, football, crystalball, magicwand, rollingpin, lightsaber, torch, basket, easter, egga, eggb, eggc, crozier, shovel, pickaxe, umbrella, umbrellaclosed, handbag, cocktail, monocle, contour,
},
texcsstyle=*\color{SteelBlue!50!black}\bfseries,
keywordstyle=\color{red!60!black}\bfseries,
@@ -151,7 +151,7 @@
\url{https://github.com/samcarter/tikzlings}\\
\url{https://www.ctan.org/pkg/tikzlings}
}{samcarter}}
-\date{Version v0.4 \textendash{} 2020/12/04}
+\date{Version v0.5 \textendash{} 2021/03/17}
\begin{document}
\maketitle
@@ -309,6 +309,11 @@ The basic anteater can be modified by changing its colour:
\anteater[body=blue]
\end{tcblisting}
+In addition to the colour of the body, the colour of the eyes can be adjusted:
+\begin{tcblisting}{}
+\anteater[eye=red]
+\end{tcblisting}
+
To view the anteater from behind:
\begin{tcblisting}{}
\anteater[back]
@@ -319,6 +324,11 @@ The key \lstinline|3D| will make the anteater 3-dimensional:
\anteater[3D]
\end{tcblisting}
+And finally the \lstinline|contour| key will only draw the outlines:
+\begin{tcblisting}{}
+\anteater[contour=black]
+\end{tcblisting}
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% Bear
@@ -350,6 +360,11 @@ The basic teddy bear can be modified by changing its colour:
\bear[body=blue]
\end{tcblisting}
+In addition to the colour of the body, the colour of the eyes can be adjusted:
+\begin{tcblisting}{}
+\bear[eye=red]
+\end{tcblisting}
+
To view the teddy bear from behind:
\begin{tcblisting}{}
\bear[back]
@@ -360,6 +375,11 @@ The key \lstinline|3D| will make the teddy bear 3-dimensional:
\bear[3D]
\end{tcblisting}
+And finally the \lstinline|contour| key will only draw the outlines:
+\begin{tcblisting}{}
+\bear[contour=black]
+\end{tcblisting}
+
\subsection{Extension}
The B\"ar and Ulrike Fischer wrote the fantastic \lstinline|bearwear| package, that provides many different clothing options for the \lstinline|TikZbears|. All the other \tikzlings admire them for the nice clothing!
@@ -438,7 +458,10 @@ The key \lstinline|3D| will make the bee 3-dimensional:
\bee[3D]
\end{tcblisting}
-
+And finally the \lstinline|contour| key will only draw the outlines:
+\begin{tcblisting}{}
+\bee[contour=black]
+\end{tcblisting}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
@@ -446,7 +469,7 @@ The key \lstinline|3D| will make the bee 3-dimensional:
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\clearpage
-\section[Cat]{MisTi$k$zelees, the cat}
+\section[Cat]{MisTi$k$Zelees, the cat}
\emph{Named after the worlds best singing cat}
@@ -473,7 +496,7 @@ The basic cat can be modified by changing its colour:
In addition to the colour of the body, the colour of various body parts can be adjusted:
\begin{tcblisting}{}
-\cat[eyes=green]
+\cat[eye=green]
\end{tcblisting}
\begin{tcblisting}{}
\cat[pupil=red]
@@ -539,6 +562,11 @@ Finally the key \lstinline|3D| will make the cat 3-dimensional:
\cat[3D]
\end{tcblisting}
+And finally the \lstinline|contour| key will only draw the outlines:
+\begin{tcblisting}{}
+\cat[contour=black]
+\end{tcblisting}
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% Coati
@@ -570,6 +598,11 @@ The basic coati can be modified by changing its colour:
\coati[body=blue]
\end{tcblisting}
+In addition to the colour of the body, the colour of the eyes can be adjusted:
+\begin{tcblisting}{}
+\coati[eye=red]
+\end{tcblisting}
+
The head of the coati can be rotated, but please don't overdo this, otherwise his neck might break!
\begin{tcblisting}{}
\coati[rotatehead=-15]
@@ -590,6 +623,11 @@ Finally the key \lstinline|3D| will make the coati 3-dimensional:
\coati[3D]
\end{tcblisting}
+And finally the \lstinline|contour| key will only draw the outlines:
+\begin{tcblisting}{}
+\coati[contour=black]
+\end{tcblisting}
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% Hippo
@@ -621,6 +659,14 @@ The basic hippo can be modified by changing its colour:
\hippo[body=blue]
\end{tcblisting}
+In addition to the colour of the body, the colour of the eyes can be adjusted:
+\begin{tcblisting}{}
+\hippo[eye=red]
+\end{tcblisting}
+\begin{tcblisting}{}
+\hippo[pupil=red]
+\end{tcblisting}
+
The hippo can also do its nails:
\begin{tcblisting}{}
\hippo[toes=red]
@@ -636,6 +682,11 @@ The key \lstinline|3D| will make the hippo 3-dimensional:
\hippo[3D]
\end{tcblisting}
+And finally the \lstinline|contour| key will only draw the outlines:
+\begin{tcblisting}{}
+\hippo[contour=black]
+\end{tcblisting}
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% Koala
@@ -667,6 +718,11 @@ The basic koala can be modified by changing its colour:
\koala[body=blue]
\end{tcblisting}
+In addition to the colour of the body, the colour of the eyes can be adjusted:
+\begin{tcblisting}{}
+\koala[eye=red]
+\end{tcblisting}
+
It can also blush
\begin{tcblisting}{}
\koala[blush]
@@ -687,6 +743,11 @@ Finally the key \lstinline|3D| will make the koala 3-dimensional:
\koala[3D]
\end{tcblisting}
+And finally the \lstinline|contour| key will only draw the outlines:
+\begin{tcblisting}{}
+\koala[contour=black]
+\end{tcblisting}
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% Marmot
@@ -718,6 +779,11 @@ The basic marmot can be modified by changing its colour:
\marmot[body=blue]
\end{tcblisting}
+In addition to the colour of the body, the colour of the eyes can be adjusted:
+\begin{tcblisting}{}
+\marmot[eye=red]
+\end{tcblisting}
+
The marmot can also blush
\begin{tcblisting}{}
\marmot[blush]
@@ -759,9 +825,14 @@ Finally the key \lstinline|3D| will make the marmot 3-dimensional:
\marmot[3D]
\end{tcblisting}
+And finally the \lstinline|contour| key will only draw the outlines:
+\begin{tcblisting}{}
+\marmot[contour=black]
+\end{tcblisting}
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
-% Mouse
+% Moles
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\clearpage
@@ -793,6 +864,10 @@ The basic mole can be modified by changing its colour:
In addition to the colour of the body, the colour of various body parts can be adjusted:
\begin{tcblisting}{}
+\moles[eye=red]
+\end{tcblisting}
+
+\begin{tcblisting}{}
\moles[muzzle=red]
\end{tcblisting}
@@ -814,6 +889,11 @@ The key \lstinline|3D| will make the mole 3-dimensional:
\moles[3D]
\end{tcblisting}
+And finally the \lstinline|contour| key will only draw the outlines:
+\begin{tcblisting}{}
+\moles[contour=black]
+\end{tcblisting}
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% Mouse
@@ -845,6 +925,11 @@ The basic mouse can be modified by changing its colour:
\mouse[body=blue]
\end{tcblisting}
+In addition to the colour of the body, the colour of the eyes can be adjusted:
+\begin{tcblisting}{}
+\mouse[eye=red]
+\end{tcblisting}
+
The rotation angle of its arms can be adjusted:
\begin{tcblisting}{}
\mouse[rotatearms=40]
@@ -866,6 +951,11 @@ The key \lstinline|3D| will make the mouse 3-dimensional:
\mouse[3D]
\end{tcblisting}
+And finally the \lstinline|contour| key will only draw the outlines:
+\begin{tcblisting}{}
+\mouse[contour=black]
+\end{tcblisting}
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% Owl
@@ -921,15 +1011,20 @@ Finally the key \lstinline|3D| will make the owl 3-dimensional:
\owl[3D]
\end{tcblisting}
+And finally the \lstinline|contour| key will only draw the outlines:
+\begin{tcblisting}{}
+\owl[contour=black]
+\end{tcblisting}
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% Panda
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\clearpage
-\section[Panda]{..., the panda}
+\section[Panda]{Meng Meng, the panda}
-\emph{....}
+\emph{Meng Meng is named after one of the pandas at the zoological garden Berlin}
\subsection{Package name}
@@ -952,6 +1047,14 @@ The basic panda can be modified by changing its colour:
\panda[body=blue]
\end{tcblisting}
+In addition to the colour of the body, the colour of the eyes can be adjusted:
+\begin{tcblisting}{}
+\panda[eye=red]
+\end{tcblisting}
+\begin{tcblisting}{}
+\panda[pupil=red]
+\end{tcblisting}
+
To view the panda from behind:
\begin{tcblisting}{}
\panda[back]
@@ -962,6 +1065,11 @@ The key \lstinline|3D| will make the panda 3-dimensional:
\panda[3D]
\end{tcblisting}
+And finally the \lstinline|contour| key will only draw the outlines:
+\begin{tcblisting}{}
+\panda[contour=black]
+\end{tcblisting}
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% Penguin
@@ -972,7 +1080,6 @@ The key \lstinline|3D| will make the panda 3-dimensional:
\emph{Dedicated to the Linux mascot}
-
\subsection{Package name}
\begin{tcolorbox}[lower separated=false, lefthand width=.8\linewidth]
@@ -1021,6 +1128,11 @@ Finally the key \lstinline|3D| will make the penguin 3-dimensional:
\penguin[3D]
\end{tcblisting}
+And finally the \lstinline|contour| key will only draw the outlines:
+\begin{tcblisting}{}
+\penguin[contour=black]
+\end{tcblisting}
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% Pig
@@ -1052,6 +1164,11 @@ The basic pig can be modified by changing its colour:
\pig[body=blue]
\end{tcblisting}
+In addition to the colour of the body, the colour of the eyes can be adjusted:
+\begin{tcblisting}{}
+\pig[eye=red]
+\end{tcblisting}
+
To view the pig from behind:
\begin{tcblisting}{}
\pig[back]
@@ -1062,6 +1179,11 @@ The key \lstinline|3D| will make the pig 3-dimensional:
\pig[3D]
\end{tcblisting}
+And finally the \lstinline|contour| key will only draw the outlines:
+\begin{tcblisting}{}
+\pig[contour=black]
+\end{tcblisting}
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% Rhino
@@ -1093,6 +1215,14 @@ The basic rhino can be modified by changing its colour:
\rhino[body=blue]
\end{tcblisting}
+In addition to the colour of the body, the colour of the eyes can be adjusted:
+\begin{tcblisting}{}
+\rhino[eye=red]
+\end{tcblisting}
+\begin{tcblisting}{}
+\rhino[pupil=red]
+\end{tcblisting}
+
The hippo can also do its nails:
\begin{tcblisting}{}
\rhino[toes=red]
@@ -1108,6 +1238,11 @@ The key \lstinline|3D| will make the rhino 3-dimensional:
\rhino[3D]
\end{tcblisting}
+And finally the \lstinline|contour| key will only draw the outlines:
+\begin{tcblisting}{}
+\rhino[contour=black]
+\end{tcblisting}
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% Sheep
@@ -1139,6 +1274,11 @@ The basic sheep can be modified by changing its colour:
\sheep[body=blue]
\end{tcblisting}
+In addition to the colour of the body, the colour of the eyes can be adjusted:
+\begin{tcblisting}{}
+\sheep[eye=red]
+\end{tcblisting}
+
The sheep can also blush
\begin{tcblisting}{}
\sheep[blush]
@@ -1159,6 +1299,11 @@ The key \lstinline|3D| will make the sheep 3-dimensional:
\sheep[3D]
\end{tcblisting}
+And finally the \lstinline|contour| key will only draw the outlines:
+\begin{tcblisting}{}
+\sheep[contour=black]
+\end{tcblisting}
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% Sloth
@@ -1190,6 +1335,11 @@ The basic sloth can be modified by changing its colour:
\sloth[body=blue]
\end{tcblisting}
+In addition to the colour of the body, the colour of the eyes can be adjusted:
+\begin{tcblisting}{}
+\sloth[eye=red]
+\end{tcblisting}
+
If tired, the sloth can take a nap:
\begin{tcblisting}{}
\sloth[sleeping]
@@ -1201,11 +1351,15 @@ To view the sloth from behind:
\end{tcblisting}
Finally the key \lstinline|3D| will make the sloth 3-dimensional:
-
\begin{tcblisting}{}
\sloth[3D]
\end{tcblisting}
+And finally the \lstinline|contour| key will only draw the outlines:
+\begin{tcblisting}{}
+\sloth[contour=black]
+\end{tcblisting}
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% Squirrel
@@ -1237,6 +1391,14 @@ The basic squirrel can be modified by changing its colour:
\squirrel[body=blue]
\end{tcblisting}
+In addition to the colour of the body, the colour of the eyes can be adjusted:
+\begin{tcblisting}{}
+\squirrel[eye=red]
+\end{tcblisting}
+\begin{tcblisting}{}
+\squirrel[pupil=red]
+\end{tcblisting}
+
To view the squirrel from behind:
\begin{tcblisting}{}
\squirrel[back]
@@ -1247,6 +1409,11 @@ Finally the key \lstinline|3D| will make the squirrel 3-dimensional:
\squirrel[3D]
\end{tcblisting}
+And finally the \lstinline|contour| key will only draw the outlines:
+\begin{tcblisting}{}
+\squirrel[contour=black]
+\end{tcblisting}
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% Snowman
@@ -1303,11 +1470,15 @@ To view the snowman from behind:
\end{tcblisting}
Finally the key \lstinline|3D| will make the snowman 3-dimensional:
-
\begin{tcblisting}{}
\snowman[3D]
\end{tcblisting}
+And finally the \lstinline|contour| key will only draw the outlines:
+\begin{tcblisting}{}
+\snowman[contour=black]
+\end{tcblisting}
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% Random Tikzling
@@ -1349,7 +1520,12 @@ and the \lstinline|3D| key, which will make the Ti\emph{k}Zlings 3-dimensional:
\tikzling[3D]
\end{tcblisting}
-If an option of a specific tikzlings is used (for example \lstinline|sleeping| which only the koala can do) this only works if you are lucky and the koala is drawn, in all other cases it will result in an error.
+And finally the \lstinline|contour| key will only draw the outlines:
+\begin{tcblisting}{}
+\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.
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.