ngz pushed a commit to branch master
in repository guix.
commit 2727cb758a1cfc402747362772d9a1023151d83a
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Mon Aug 14 10:12:16 2023 +0200
gnu: Add texlive-pst-bezier.
* gnu/packages/tex.scm (texlive-pst-bezier): New variable.
---
gnu/packages/tex.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 05bbc433fc..86ac700de8 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -32514,6 +32514,28 @@ for calculating the bars. For PDF output use a
multi-pass mechansism such as
@code{pst-pdf}.")
(license license:lppl)))
+(define-public texlive-pst-bezier
+ (package
+ (name "texlive-pst-bezier")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/pst-bezier/"
+ "dvips/pst-bezier/"
+ "tex/generic/pst-bezier/"
+ "tex/latex/pst-bezier/")
+ (base32
+ "181232snaqfjdc5mzazsdgjvmjn27pcfx45mydkk0cpp61kdr9yk")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pst-bezier")
+ (synopsis "Draw Bezier curves")
+ (description
+ "The package provides a macro @code{\\psbcurve} for drawing a Bezier
curve.
+Provision is made for full control of over all the control points of the
+curve.")
+ (license license:lppl)))
+
(define-public texlive-pst-text
(package
(name "texlive-pst-text")