me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-pst-ob3d.

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

View File

@ -33556,6 +33556,28 @@ making graphs and trees, mathematical diagrams, linguistic syntax diagrams,
and so on.")
(license license:lppl)))
(define-public texlive-pst-ob3d
(package
(name "texlive-pst-ob3d")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/generic/pst-ob3d/"
"source/generic/pst-ob3d/"
"tex/generic/pst-ob3d/"
"tex/latex/pst-ob3d/")
(base32
"1j6y3v4x5gkshzxnmklwl2hqbz7nr904v1qa1dr9l4m814p2jhcc")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/pst-ob3d")
(synopsis "Three dimensional objects using PSTricks")
(description
"The package uses PSTricks to provide basic three-dimensional objects.
As yet, only cubes (which can be deformed to rectangular parallelipipeds) and
dies (which are only a special kind of cubes) are defined.")
(license license:lppl)))
(define-public texlive-pst-text
(package
(name "texlive-pst-text")