me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-pst-intersect.

* gnu/packages/tex.scm (texlive-pst-intersect): New variable.
Nicolas Goaziou 2023-08-14 10:22:10 +02:00
parent 683b55ba8b
commit 6d8136511c
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 22 additions and 0 deletions

View File

@ -33258,6 +33258,28 @@ beginner, providing macro commands that convert natural mathematical
expressions to PostScript syntax.")
(license license:lppl)))
(define-public texlive-pst-intersect
(package
(name "texlive-pst-intersect")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/pst-intersect/"
"dvips/pst-intersect/"
"source/latex/pst-intersect/"
"tex/generic/pst-intersect/"
"tex/latex/pst-intersect/")
(base32
"157yqj923kikm8abiv3giyf9rrr6cw0jwqj37ri5ya5iyxlfvmmv")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/pst-intersect")
(synopsis "Compute intersections of arbitrary curves")
(description
"The package computes the intersections between arbitrary PostScript
paths or Bezier curves, using the Bezier clipping algorithm.")
(license license:lppl)))
(define-public texlive-pst-text
(package
(name "texlive-pst-text")