Archived
1
0
Fork 0

gnu: Add texlive-easing.

* gnu/packages/tex.scm (texlive-easing): New variable.
This commit is contained in:
Nicolas Goaziou 2023-07-30 15:52:12 +02:00
parent fc0f5676c6
commit f88398ed50
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -3265,6 +3265,24 @@ simple roots.")
;; LGPL 2.1+.
(license license:lgpl2.1+)))
(define-public texlive-easing
(package
(name "texlive-easing")
(version (number->string %texlive-revision))
(source (texlive-origin name version
(list "doc/latex/easing/" "source/latex/easing/"
"tex/latex/easing/")
(base32
"1j6y1i6cz7pcgrd6pisk6f11r30lrr4cnbhhdshl48wp97byjnw4")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/easing")
(synopsis "Easing functions for @code{pgfmath}")
(description
"This library implements a collection of easing functions and adds them
to the PGF mathematical engine.")
(license license:lppl1.3+)))
(define-public texlive-bibtex8
(package
(name "texlive-bibtex8")