Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.28 KB

README.md

File metadata and controls

32 lines (20 loc) · 1.28 KB

TikZmarmots

License GitHub tag 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 https://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.