https://github.com/samcarter/jigsaw
A package to draw jigsaw pieces with tikz
https://github.com/samcarter/jigsaw
latex-package tikz
Last synced: about 1 month ago
JSON representation
A package to draw jigsaw pieces with tikz
- Host: GitHub
- URL: https://github.com/samcarter/jigsaw
- Owner: samcarter
- License: lppl-1.3c
- Created: 2018-08-28T22:59:35.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2024-12-10T16:17:54.000Z (10 months ago)
- Last Synced: 2025-01-03T11:05:31.238Z (10 months ago)
- Topics: latex-package, tikz
- Language: TeX
- Homepage: https://ctan.org/pkg/jigsaw
- Size: 957 KB
- Stars: 12
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README

# Jigsaw
[](https://www.latex-project.org/lppl.txt)
[](https://github.com/samcarter/jigsaw/releases/latest)
[](https://ctan.org/pkg/jigsaw)A small LaTeX package to draw jigsaw pieces with TikZ. It is possible to draw individual pieces and adjust their shape, produce tile patterns or to automatically generate complete jigsaws.
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/jigsaw .
### Usage
```latex
\documentclass{standalone}
\usepackage{jigsaw}\begin{document}
\begin{tikzpicture}
\piece[color=teal]{1}{-1}{1}{-1}
\end{tikzpicture}\end{document}
```For more details, please consult the [package documentation](https://github.com/samcarter/jigsaw/blob/main/DOCUMENTATION.pdf).