me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-happy4th.

* gnu/packages/tex.scm (texlive-happy4th): New variable.
Nicolas Goaziou 2023-08-04 12:11:21 +02:00
parent a80e37dd5a
commit 1550f401fc
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 18 additions and 0 deletions

View File

@ -4043,6 +4043,24 @@ Currently two steps of symmetry reduction are supported.")
processed files, as well as solutions to the exercices.")
(license license:lppl1.3c+)))
(define-public texlive-happy4th
(package
(name "texlive-happy4th")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/plain/happy4th/")
(base32
"1x950scxbvcgwycpakflpklc775pknjab620g099dnsfrpb76f4a")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/happy4th")
(synopsis "Firework display in obfuscated TeX")
(description
"The output PDF file gives an amusing display, as the reader pages
through it.")
(license license:public-domain)))
(define-public texlive-helmholtz-ellis-ji-notation
(package
(name "texlive-helmholtz-ellis-ji-notation")