me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-pst-shell.

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

View File

@ -33925,6 +33925,29 @@ inner surface of the ribbon may be set. In the case of circular and conical
helices, one may also choose the number of ribbons.")
(license license:lppl)))
(define-public texlive-pst-shell
(package
(name "texlive-pst-shell")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/generic/pst-shell/" "dvips/pst-shell/"
"source/generic/pst-shell/"
"tex/generic/pst-shell/"
"tex/latex/pst-shell/")
(base32
"18w5csarnjv3ws554vjw2zlmpc5mcd03fc8fircv0pbxxl53l11r")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/pst-shell")
(synopsis "Plotting sea shells")
(description
"@code{pst-shell} is a PSTricks related package to draw seashells in 3D
view: Argonauta, Epiteonium, Lyria, Turritella, Tonna, Achatina, Oxystele,
Conus, Ammonite, Codakia, Escalaria, Helcion, Natalina, Planorbis, and
Nautilus, all with different parameters.")
(license license:lppl)))
(define-public texlive-pst-text
(package
(name "texlive-pst-text")