gnu: Add texlive-jigsaw.

* gnu/packages/tex.scm (texlive-jigsaw): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-17 15:10:56 +02:00
parent 222f7d5060
commit 1bb891fce0
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -8036,6 +8036,25 @@ (define-public texlive-jfmutil
@end itemize")
(license license:expat)))
(define-public texlive-jigsaw
(package
(name "texlive-jigsaw")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/jigsaw/" "tex/latex/jigsaw/")
(base32
"0qpbsff6saxv2qp4fzyqrprxjy2434ylm11snyc3d59imdmksq0b")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/jigsaw")
(synopsis "Draw jigsaw pieces with TikZ")
(description
"This is a small LaTeX package to draw jigsaw pieces with TikZ. It is
possible to draw individual pieces and adjust their shape, create tile
patterns or automatically generate complete jigsaws.")
(license license:lppl1.3c)))
(define-public texlive-jkmath
(package
(name "texlive-jkmath")