me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-tikz-among-us.

* gnu/packages/tex.scm (texlive-tikz-among-us): New variable.
Nicolas Goaziou 2023-07-13 10:31:16 +02:00
parent 16e6ad0794
commit 3a5e5f53f1
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 19 additions and 0 deletions

View File

@ -4195,6 +4195,25 @@ user-specified functions in spherical polar coordinates, where both the radius
and fill color can be expressed as parametric functions of polar angles.")
(license license:lppl1.3+)))
(define-public texlive-tikz-among-us
(package
(name "texlive-tikz-among-us")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/tikz-among-us/"
"tex/latex/tikz-among-us/")
(base32
"0rrkzh1hain7mvnx4r5s7pccxvcj0izjbjwyrjg3nwin03mqqxy1")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/tikz-among-us")
(synopsis "Create some AmongUs characters in TikZ environments")
(description
"This package recreates some AmongUs characters in TikZ environments.
Some interesting uses alongside other packages are also supported.")
(license license:lppl1.3c)))
(define-public texlive-amiri
(package
(name "texlive-amiri")