Skip to content

Drawing little marmots in TikZ

License

Notifications You must be signed in to change notification settings

samcarter/tikzmarmots

Repository files navigation

TikZmarmots

GitHub GitHub tag (latest SemVer) CTAN

This is a little LaTeX package to draw marmots with TikZ.

Notice: this package has been merged into the TikZlings package and, starting with version 2.0, is now a wrapper around the tikzlings-marmots package. The previous version can be accessed via \usepackage{tikzmarmots}[v1].

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/tikzmarmots .

Usage

\documentclass{standalone}
\usepackage{tikzmarmots}

\begin{document}

\begin{tikzpicture}
  \marmot
\end{tikzpicture}

\end{document}

For more details, please consult the package documentation.