me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-pst-gr3d.

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

View File

@ -33151,6 +33151,28 @@ should arise.")
compasses and pencils.")
(license license:lppl1.3c)))
(define-public texlive-pst-gr3d
(package
(name "texlive-pst-gr3d")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/generic/pst-gr3d/"
"source/latex/pst-gr3d/"
"tex/generic/pst-gr3d/"
"tex/latex/pst-gr3d/")
(base32
"0pppd4l4yrdgy0vss8l2kndd0cg9nxip7d7vcyrfr0cz9kw0z45n")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/pst-gr3d")
(synopsis "Three dimensional grids with PSTricks")
(description
"This PSTricks package provides a command @code{\\PstGridThreeD} that
will draw a three dimensional grid, offering a number of options for its
appearance.")
(license license:lppl)))
(define-public texlive-pst-text
(package
(name "texlive-pst-text")