gnu: Add texlive-tikzfill.

* gnu/packages/tex.scm (texlive-tikzfill): New variable.
This commit is contained in:
Nicolas Goaziou 2023-07-13 10:43:34 +02:00
parent 7db6b07aa3
commit 3d5d0eb44f
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -4971,6 +4971,26 @@ (define-public texlive-tikzducks
"The package is a LaTeX package for ducks to be used in TikZ pictures.")
(license license:lppl1.3c)))
(define-public texlive-tikzfill
(package
(name "texlive-tikzfill")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/tikzfill/" "tex/latex/tikzfill/")
(base32
"0n2hnnw4ffafwd9yy6pzcv0pc580y28dvz93g4hbi25dz32sawmk")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/tikzfill")
(synopsis "TikZ libraries for filling with images and patterns")
(description
"This is a collection of TikZ libraries which add further options to fill
TikZ paths with images and patterns. The libraries comprise fillings with
images from files and from TikZ pictures. Also, patterns of hexagons and of
rhombi are provided.")
(license license:lppl1.3+)))
(define-public texlive-amiri
(package
(name "texlive-amiri")