From 6db56920bd109825873457efec27b3ad774de01b Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Thu, 13 Jul 2023 10:44:25 +0200 Subject: [PATCH] gnu: Add texlive-tikzlings. * gnu/packages/tex.scm (texlive-tikzlings): New variable. --- gnu/packages/tex.scm | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index aefe1cd816..13780bb601 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -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")