me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-pst-rubans.

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

View File

@ -33901,6 +33901,30 @@ The pulley diagrams are labelled with the physical properties of the system.")
without obscuring background colors.") without obscuring background colors.")
(license license:lppl1.3c))) (license license:lppl1.3c)))
(define-public texlive-pst-rubans
(package
(name "texlive-pst-rubans")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/generic/pst-rubans/"
"source/generic/pst-rubans/"
"tex/generic/pst-rubans/"
"tex/latex/pst-rubans/")
(base32
"1izpw60jm4w8xgd5aiqc7qxhjd0js1g9k9anwbpni9sn1qma66zs")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/pst-rubans")
(synopsis "Draw three-dimensional ribbons")
(description
"The package uses PStricks and @code{pst-solides3d} to draw three
dimensional ribbons on a cylinder, torus, sphere, cone or paraboloid. The
width of the ribbon, the number of turns, the colour of the outer and the
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-text (define-public texlive-pst-text
(package (package
(name "texlive-pst-text") (name "texlive-pst-text")