me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-splines.

* gnu/packages/tex.scm (texlive-splines): New variable.
Nicolas Goaziou 2023-06-19 11:28:50 +02:00
parent 5b5f5a2f97
commit 55019ebccc
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 20 additions and 0 deletions

View File

@ -6273,6 +6273,26 @@ result in the same document.")
without intervention from other utilities (except a distiller).")
(license (license:fsf-free "file://metapost/slideshow/slideshow.mp"))))
(define-public texlive-splines
(package
(name "texlive-splines")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/metapost/splines/" "metapost/splines/"
"source/metapost/splines/")
(base32
"15pvr4vl5whcrij6gq3al5jaqrshvm2qybvxq7qx0gdxzfsli38z")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/splines")
(synopsis "MetaPost macros for drawing cubic spline interpolants")
(description
"This is a small package of macros for creating cubic spline interpolants
in MetaPost or Metafont. Given a list of points the macros can produce
a closed or a relaxed spline joining them.")
(license license:lppl1.3+)))
(define-public texlive-stackengine
(package
(name "texlive-stackengine")