me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-pst-dart.

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

View File

@ -32738,6 +32738,26 @@ pre-computed. The second, @code{pst-coxeterp}, is devoted to the infinite
series.")
(license license:lgpl3+)))
(define-public texlive-pst-dart
(package
(name "texlive-pst-dart")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/generic/pst-dart/"
"tex/generic/pst-dart/"
"tex/latex/pst-dart/")
(base32
"1834hxlg4hfqmrl6k5i2c1jimzd0lcdi6x82b8lfj8dhnddlbgzr")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/pst-dart")
(synopsis "Plotting dart boards")
(description
"@code{pst-dart} is a PSTricks related package and draws dart boards.
Optional arguments are the unit and the fontsize.")
(license license:lppl)))
(define-public texlive-pst-text
(package
(name "texlive-pst-text")