mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 11:29:59 +01:00
gnu: Add texlive-pst-rubans.
* gnu/packages/tex.scm (texlive-pst-rubans): New variable.
This commit is contained in:
parent
473774564a
commit
fe2e1f29b4
1 changed files with 24 additions and 0 deletions
|
@ -33901,6 +33901,30 @@ The pulley diagrams are labelled with the physical properties of the system.")
|
|||
without obscuring background colors.")
|
||||
(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
|
||||
(package
|
||||
(name "texlive-pst-text")
|
||||
|
|
Loading…
Add table
Reference in a new issue