diff --git a/README.md b/README.md index fddeb09..0c93eac 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # TikZlings A collection of animals and other beings from the tikz world -Current version: 2018/11/09 v0.1 +Current version: 2019/04/07 v0.2 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/documentation.pdf b/documentation.pdf index 27586bb..394f055 100644 Binary files a/documentation.pdf and b/documentation.pdf differ diff --git a/tikzlings-addons.sty b/tikzlings-addons.sty index c220021..fb15b68 100644 --- a/tikzlings-addons.sty +++ b/tikzlings-addons.sty @@ -11,12 +11,12 @@ % Released under the LaTeX Project Public License v1.3c or later % See http://www.latex-project.org/lppl.txt % -% Version 0.1 -% Nov 9, 2018 +% Version 0.2 +% April 7, 2019 % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \ProvidesPackage{tikzlings-addons} - [2018/11/09 v0.1 Draw additional items for the tikzlings] + [2019/04/07 v0.2 Draw additional items for the tikzlings] \RequirePackage{tikz} \usetikzlibrary{patterns} % for the wizard hat diff --git a/tikzlings-bears.sty b/tikzlings-bears.sty index 22f7f8c..c84c0a2 100644 --- a/tikzlings-bears.sty +++ b/tikzlings-bears.sty @@ -11,12 +11,12 @@ % Released under the LaTeX Project Public License v1.3c or later % See http://www.latex-project.org/lppl.txt % -% Version 0.1 -% Nov 9, 2018 +% Version 0.2 +% April 7, 2019 % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \ProvidesPackage{tikzlings-bears} - [2018/11/09 v0.1 Draw teddy bears in TikZ] + [2019/04/07 v0.2 Draw teddy bears in TikZ] \RequirePackage{tikz} \RequirePackage{tikzlings-addons} diff --git a/tikzlings-cats.sty b/tikzlings-cats.sty index fd6d679..40787ea 100644 --- a/tikzlings-cats.sty +++ b/tikzlings-cats.sty @@ -11,12 +11,12 @@ % Released under the LaTeX Project Public License v1.3c or later % See http://www.latex-project.org/lppl.txt % -% Version 0.1 -% Feb 5, 2019 +% Version 0.2 +% April 7, 2019 % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \ProvidesPackage{tikzlings-cats} - [2019/02/05 v0.1 Drawing cats in TikZ] + [2019/04/07 v0.2 Drawing cats in TikZ] \RequirePackage{tikz} \RequirePackage{tikzlings-addons} @@ -212,9 +212,21 @@ % Drawing the tomebstone % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% +% Stone %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \fill[gray] (-0.55,0.4) rectangle (0.55,1.5); \fill[gray] (0,1.5) circle (0.55); \node[scale=\scalingfactor] at (0,1.3) {R.I.P.}; +% +% soil %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \fill[brown!65!black] (1,0.15) arc [start angle=50, end angle=130, radius=1.56] -- cycle; % +% flower +\draw[green!50!brown,line width=\scalingfactor*0.4pt] (-0.01,0.3) arc [start angle=-15, end angle=30, radius=0.7]; +\fill[green!50!brown] (-0.1377, 0.7384) .. controls (-0.1775, 0.5828) and (-0.1479, 0.4649) .. (0.0072, 0.4246) .. controls (0.0570, 0.5636) and (-0.1529, 0.6447) .. (-0.1377, 0.7384) -- cycle; +\fill[green!50!brown] (0.1527, 0.7334) .. controls (0.1925, 0.5778) and (0.1629, 0.4599) .. (0.0178, 0.4196) .. controls (-0.0420, 0.5586) and (0.1679, 0.6397) .. (0.1527, 0.7334) -- cycle; +\foreach \i in {0,51.42857,...,359}{ + \fill[yellow!50!white,rotate around={\i:(-0.0865, 0.8219)}] (-0.087, 0.822) .. controls (-0.087, 0.822) and (-0.1635, 0.6638) .. (-0.0818, 0.6653) .. controls (-0.0066, 0.6646) and (-0.087, 0.822) .. (-0.087, 0.822) -- cycle; +} +% } diff --git a/tikzlings-coatis.sty b/tikzlings-coatis.sty index bdb4f7f..1a262ca 100644 --- a/tikzlings-coatis.sty +++ b/tikzlings-coatis.sty @@ -11,12 +11,12 @@ % Released under the LaTeX Project Public License v1.3c or later % See http://www.latex-project.org/lppl.txt % -% Version 0.1 -% Nov 9, 2018 +% Version 0.2 +% April 7, 2019 % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \ProvidesPackage{tikzlings-coatis} - [2018/11/09 v0.1 Drawing coatis in TikZ] + [2019/04/07 v0.2 Drawing coatis in TikZ] \RequirePackage{tikz} \RequirePackage{tikzlings-addons} diff --git a/tikzlings-doc.tex b/tikzlings-doc.tex index bbd9a71..11b06c3 100644 --- a/tikzlings-doc.tex +++ b/tikzlings-doc.tex @@ -10,8 +10,8 @@ % Released under the LaTeX Project Public License v1.3c or later % See http://www.latex-project.org/lppl.txt % -% Version 0.1 -% Nov 9, 2018 +% Version 0.2 +% April 7, 2019 % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \documentclass[parskip=half]{scrartcl} @@ -188,7 +188,7 @@ \url{https://github.com/samcarter/tikzlings}\\ \url{https://www.ctan.org/pkg/tikzlings} }{samcarter}} -\date{Version 0.1 -- \today} +\date{Version 0.2 -- \today} \begin{document} \maketitle diff --git a/tikzlings-hippos.sty b/tikzlings-hippos.sty index ef55f65..61d7eb7 100644 --- a/tikzlings-hippos.sty +++ b/tikzlings-hippos.sty @@ -11,12 +11,12 @@ % Released under the LaTeX Project Public License v1.3c or later % See http://www.latex-project.org/lppl.txt % -% Version 0.1 -% Feb 5, 2019 +% Version 0.2 +% April 7, 2019 % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \ProvidesPackage{tikzlings-hippos} - [2019/02/05 v0.1 Drawing hippos in TikZ] + [2019/04/07 v0.2 Drawing hippos in TikZ] \RequirePackage{tikz} \RequirePackage{tikzlings-addons} diff --git a/tikzlings-koalas.sty b/tikzlings-koalas.sty index 06a4cd7..206a291 100644 --- a/tikzlings-koalas.sty +++ b/tikzlings-koalas.sty @@ -12,12 +12,12 @@ % Released under the LaTeX Project Public License v1.3c or later % See http://www.latex-project.org/lppl.txt % -% Version 0.1 -% Nov 9, 2018 +% Version 0.2 +% April 7, 2019 % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \ProvidesPackage{tikzlings-koalas} - [2018/11/09 v0.1 Drawing koalas in TikZ] + [2019/04/07 v0.2 Drawing koalas in TikZ] \RequirePackage{tikz} \RequirePackage{tikzlings-addons} diff --git a/tikzlings-marmots.sty b/tikzlings-marmots.sty index 443a308..abbeb4a 100644 --- a/tikzlings-marmots.sty +++ b/tikzlings-marmots.sty @@ -11,12 +11,12 @@ % Released under the LaTeX Project Public License v1.3c or later % See http://www.latex-project.org/lppl.txt % -% Version 0.1 -% Nov 9, 2018 +% Version 0.2 +% April 7, 2019 % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \ProvidesPackage{tikzlings-marmots} - [2018/11/09 v0.1 Drawing marmots in TikZ] + [2019/04/07 v0.2 Drawing marmots in TikZ] \RequirePackage{tikz} \RequirePackage{tikzlings-addons} diff --git a/tikzlings-mice.sty b/tikzlings-mice.sty index 79da5cf..f7fa99e 100644 --- a/tikzlings-mice.sty +++ b/tikzlings-mice.sty @@ -11,12 +11,12 @@ % Released under the LaTeX Project Public License v1.3c or later % See http://www.latex-project.org/lppl.txt % -% Version 0.1 -% Nov 9, 2018 +% Version 0.2 +% April 7, 2019 % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \ProvidesPackage{tikzlings-mice} - [2018/11/09 v0.1 Drawing mice in TikZ] + [2019/04/07 v0.2 Drawing mice in TikZ] \RequirePackage{tikz} \RequirePackage{tikzlings-addons} diff --git a/tikzlings-moles.sty b/tikzlings-moles.sty index 1b90352..b59e022 100644 --- a/tikzlings-moles.sty +++ b/tikzlings-moles.sty @@ -11,12 +11,12 @@ % Released under the LaTeX Project Public License v1.3c or later % See http://www.latex-project.org/lppl.txt % -% Version 0.1 -% Nov 9, 2018 +% Version 0.2 +% April 7, 2019 % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \ProvidesPackage{tikzlings-moles} - [2018/11/09 v0.1 Drawing moles in TikZ] + [2019/04/07 v0.2 Drawing moles in TikZ] \RequirePackage{tikz} \RequirePackage{tikzlings-addons} diff --git a/tikzlings-owls.sty b/tikzlings-owls.sty index aaa2bc8..b54f37f 100644 --- a/tikzlings-owls.sty +++ b/tikzlings-owls.sty @@ -11,12 +11,12 @@ % Released under the LaTeX Project Public License v1.3c or later % See http://www.latex-project.org/lppl.txt % -% Version 0.1 -% Nov 9, 2018 +% Version 0.2 +% April 7, 2019 % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \ProvidesPackage{tikzlings-owls} - [2018/11/09 v0.1 Draw owls in TikZ] + [2019/04/07 v0.2 Draw owls in TikZ] \RequirePackage{tikz} \RequirePackage{tikzlings-addons} diff --git a/tikzlings-pandas.sty b/tikzlings-pandas.sty index 8a3245e..1361cd2 100644 --- a/tikzlings-pandas.sty +++ b/tikzlings-pandas.sty @@ -11,12 +11,12 @@ % Released under the LaTeX Project Public License v1.3c or later % See http://www.latex-project.org/lppl.txt % -% Version 0.1 -% Feb 5, 2019 +% Version 0.2 +% April 7, 2019 % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \ProvidesPackage{tikzlings-pandas} - [2019/02/05 v0.1 Drawing pandas in TikZ] + [2019/04/07 v0.2 Drawing pandas in TikZ] \RequirePackage{tikz} \RequirePackage{tikzlings-addons} diff --git a/tikzlings-penguins.sty b/tikzlings-penguins.sty index 51ef8d2..70d9009 100644 --- a/tikzlings-penguins.sty +++ b/tikzlings-penguins.sty @@ -11,12 +11,12 @@ % Released under the LaTeX Project Public License v1.3c or later % See http://www.latex-project.org/lppl.txt % -% Version 0.1 -% Nov 9, 2018 +% Version 0.2 +% April 7, 2019 % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \ProvidesPackage{tikzlings-penguins} - [2018/11/09 v0.1 Draw penguins in TikZ] + [2019/04/07 v0.2 Draw penguins in TikZ] \RequirePackage{tikz} \RequirePackage{tikzlings-addons} diff --git a/tikzlings-pigs.sty b/tikzlings-pigs.sty index 523be31..8ebc701 100644 --- a/tikzlings-pigs.sty +++ b/tikzlings-pigs.sty @@ -11,12 +11,12 @@ % Released under the LaTeX Project Public License v1.3c or later % See http://www.latex-project.org/lppl.txt % -% Version 0.1 -% Feb 5, 2019 +% Version 0.2 +% April 7, 2019 % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \ProvidesPackage{tikzlings-pigs} - [2019/02/05 v0.1 Drawing pigs in TikZ] + [2019/04/07 v0.2 Drawing pigs in TikZ] \RequirePackage{tikz} \RequirePackage{tikzlings-addons} diff --git a/tikzlings-rhinos.sty b/tikzlings-rhinos.sty index a663c84..dabbd15 100644 --- a/tikzlings-rhinos.sty +++ b/tikzlings-rhinos.sty @@ -11,12 +11,12 @@ % Released under the LaTeX Project Public License v1.3c or later % See http://www.latex-project.org/lppl.txt % -% Version 0.1 -% Feb 5, 2019 +% Version 0.2 +% April 7, 2019 % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \ProvidesPackage{tikzlings-rhinos} - [2019/02/05 v0.1 Drawing rhinos in TikZ] + [2019/04/07 v0.2 Drawing rhinos in TikZ] \RequirePackage{tikz} \RequirePackage{tikzlings-addons} diff --git a/tikzlings-sloths.sty b/tikzlings-sloths.sty index 3a12bda..7d774be 100644 --- a/tikzlings-sloths.sty +++ b/tikzlings-sloths.sty @@ -11,12 +11,12 @@ % Released under the LaTeX Project Public License v1.3c or later % See http://www.latex-project.org/lppl.txt % -% Version 0.1 -% Nov 9, 2018 +% Version 0.2 +% April 7, 2019 % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \ProvidesPackage{tikzlings-sloths} - [2018/11/09 v0.1 Drawing sloths in TikZ] + [2019/04/07 v0.2 Drawing sloths in TikZ] \RequirePackage{tikz} \RequirePackage{tikzlings-addons} diff --git a/tikzlings-snowmans.sty b/tikzlings-snowmans.sty index 87184ba..c084e99 100644 --- a/tikzlings-snowmans.sty +++ b/tikzlings-snowmans.sty @@ -11,12 +11,12 @@ % Released under the LaTeX Project Public License v1.3c or later % See http://www.latex-project.org/lppl.txt % -% Version 0.1 -% Nov 9, 2018 +% Version 0.2 +% April 7, 2019 % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \ProvidesPackage{tikzlings-snowmans} - [2018/11/09 v0.1 Draw snowmans in TikZ] + [2019/04/07 v0.2 Draw snowmans in TikZ] \RequirePackage{tikz} \RequirePackage{tikzlings-addons} diff --git a/tikzlings.sty b/tikzlings.sty index d0571f4..5a4499a 100644 --- a/tikzlings.sty +++ b/tikzlings.sty @@ -11,12 +11,12 @@ % Released under the LaTeX Project Public License v1.3c or later % See http://www.latex-project.org/lppl.txt % -% Version 0.1 -% Nov 9, 2018 +% Version 0.2 +% April 7, 2019 % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \ProvidesPackage{tikzlings} - [2018/11/09 v0.1 Collection of packages to draw animals and other beings in TikZ] + [2019/04/07 v0.2 Collection of packages to draw animals and other beings in TikZ] %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %