me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-tikzfill.

* gnu/packages/tex.scm (texlive-tikzfill): New variable.
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
1 changed files with 20 additions and 0 deletions

View File

@ -4971,6 +4971,26 @@ graphic programming languages like Scratch, NEPO or PXT.")
"The package is a LaTeX package for ducks to be used in TikZ pictures.") "The package is a LaTeX package for ducks to be used in TikZ pictures.")
(license license:lppl1.3c))) (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 (define-public texlive-amiri
(package (package
(name "texlive-amiri") (name "texlive-amiri")