ngz pushed a commit to branch master
in repository guix.
commit 2a7d8d04a4f5a08d96ad276a3f84b083806659ae
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Mon Aug 14 10:12:36 2023 +0200
gnu: Add texlive-pst-bspline.
* gnu/packages/tex.scm (texlive-pst-bspline): New variable.
---
gnu/packages/tex.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 10dadbd21a..8d3775a87a 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -32557,6 +32557,29 @@ curve.")
that apply blurring to the normal shadow function of PSTricks.")
(license license:lppl)))
+(define-public texlive-pst-bspline
+ (package
+ (name "texlive-pst-bspline")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/pst-bspline/"
+ "dvips/pst-bspline/"
+ "tex/generic/pst-bspline/"
+ "tex/latex/pst-bspline/")
+ (base32
+ "0djf1izf9779lgmbw5zhcz7k5hf8ay96nlgdgpsm1zj4ncwkpibg")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pst-bspline")
+ (synopsis "Draw cubic Bspline curves and interpolations")
+ (description
+ "The package draws uniform, cubic B-spline curves, open and closed, based
+on a sequence of B-spline control points. There is also code which permits
+drawing the open or closed cubic Bspline curve interpolating a sequence of
+points. Graphical output is created using PStricks.")
+ (license license:lppl1.3+)))
+
(define-public texlive-pst-text
(package
(name "texlive-pst-text")