gnu: Add texlive-pst-poly.

* gnu/packages/tex.scm (texlive-pst-poly): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-14 10:31:59 +02:00
parent 33a674a674
commit c4bb57c1cf
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -33820,6 +33820,29 @@ (define-public texlive-pst-poker
manners.")
(license license:lgpl3)))
(define-public texlive-pst-poly
(package
(name "texlive-pst-poly")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/generic/pst-poly/"
"tex/generic/pst-poly/"
"tex/latex/pst-poly/")
(base32
"1fasd2y6vv28id1w858kq4rc3qd46rkds9z7vi8k102aqvv9as8n")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/pst-poly")
(synopsis "Polygons with PSTricks")
(description
"This PSTricks package provides a really rather simple command
@code{\\PstPolygon} that will draw various regular and non-regular
polygons (according to command parameters); various shortcuts to commonly-used
polygons are provided, as well as a command @code{\\pspolygonbox} that frames
text with a polygon.")
(license license:lppl)))
(define-public texlive-pst-text
(package
(name "texlive-pst-text")