summaryrefslogtreecommitdiff
path: root/graphics/pgf/contrib/tikzducks/README.md
blob: 8298baafa7a56497c98ef5ee7c3863a52b05b0e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
![](https://raw.githubusercontent.com/samcarter/tikzducks/main/ICON.png)

# TikZducks

[![GitHub](https://img.shields.io/github/license/samcarter/tikzducks.svg?color=blue)](http://www.latex-project.org/lppl.txt)
[![GitHub tag (latest SemVer)](https://img.shields.io/github/tag/samcarter/tikzducks.svg?label=current%20version)](https://github.com/samcarter/tikzducks/releases/latest)
[![CTAN](https://img.shields.io/ctan/v/tikzducks.svg)](https://ctan.org/pkg/tikzducks)

This is a little LaTeX package for ducks to be used in TikZ pictures.

This project is licensed under the LaTeX Project Public License v1.3c or later, see http://www.latex-project.org/lppl.txt . 

The project repository, including a bug tracker, can be found at https://github.com/samcarter/tikzducks .

### Usage

```latex
\documentclass{standalone}
\usepackage{tikzducks}

\begin{document}

\begin{tikzpicture}
  \duck
\end{tikzpicture}

\end{document}
```

For more details, please consult the [package documentation](https://github.com/samcarter/tikzducks/blob/main/DOCUMENTATION.pdf).