gnu: Add texlive-tikzlings.

* gnu/packages/tex.scm (texlive-tikzlings): New variable.
This commit is contained in:
Nicolas Goaziou 2023-07-13 10:44:25 +02:00
parent ac5edde4cd
commit 6db56920bd
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -5011,6 +5011,29 @@ (define-public texlive-tikzinclude
a file holding multiple images.")
(license license:lppl1.3+)))
(define-public texlive-tikzlings
(package
(name "texlive-tikzlings")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/tikzlings/"
"tex/latex/tikzlings/")
(base32
"0cqja06i3s8w3wbz6dhlhbri1zhqsyh8jhyahi5v8q9ywdm389yd")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/tikzlings")
(synopsis "Collection of cute little animals and similar creatures")
(description
"This package provides a collection of LaTeX packages for drawing cute
little animals and similar creatures using TikZ. Currently, the following
TikZlings are included: anteater, bat, bear, bee, bug, cat, chicken, coati,
elephant, hippo, koala, marmot, mole, mouse, owl, panda, penguin, pig, rhino,
sheep, sloth, snowman, squirrel, and wolf. These little drawings can be
customized in many ways.")
(license license:lppl1.3c)))
(define-public texlive-amiri
(package
(name "texlive-amiri")