Skip to content

Commit

Permalink
step version to 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
samcarter committed Apr 7, 2019
1 parent 0a9f077 commit ee80e1b
Show file tree
Hide file tree
Showing 20 changed files with 67 additions and 55 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
Binary file modified documentation.pdf
Binary file not shown.
6 changes: 3 additions & 3 deletions tikzlings-addons.sty
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions tikzlings-bears.sty
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
18 changes: 15 additions & 3 deletions tikzlings-cats.sty
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down Expand Up @@ -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;
}
%
}
6 changes: 3 additions & 3 deletions tikzlings-coatis.sty
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
6 changes: 3 additions & 3 deletions tikzlings-doc.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions tikzlings-hippos.sty
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
6 changes: 3 additions & 3 deletions tikzlings-koalas.sty
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
6 changes: 3 additions & 3 deletions tikzlings-marmots.sty
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
6 changes: 3 additions & 3 deletions tikzlings-mice.sty
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
6 changes: 3 additions & 3 deletions tikzlings-moles.sty
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
6 changes: 3 additions & 3 deletions tikzlings-owls.sty
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
6 changes: 3 additions & 3 deletions tikzlings-pandas.sty
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
6 changes: 3 additions & 3 deletions tikzlings-penguins.sty
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
6 changes: 3 additions & 3 deletions tikzlings-pigs.sty
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
6 changes: 3 additions & 3 deletions tikzlings-rhinos.sty
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
6 changes: 3 additions & 3 deletions tikzlings-sloths.sty
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
6 changes: 3 additions & 3 deletions tikzlings-snowmans.sty
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
6 changes: 3 additions & 3 deletions tikzlings.sty
Original file line number Diff line number Diff line change
Expand Up @@ -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]

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
Expand Down

0 comments on commit ee80e1b

Please sign in to comment.