me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-pst-light3d.

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

View File

@ -33381,6 +33381,28 @@ layouts of material, typically to be overlaid on an included graphic.")
a remarkable range of effects.")
(license license:lppl)))
(define-public texlive-pst-light3d
(package
(name "texlive-pst-light3d")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/generic/pst-light3d/"
"dvips/pst-light3d/"
"source/generic/pst-light3d/"
"tex/generic/pst-light3d/"
"tex/latex/pst-light3d/")
(base32
"0kwdbf64m2kmplk4r7ifxckajh3d5sgjini70fmababnrp1g8nzf")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/pst-light3d")
(synopsis "Three dimensional lighting effects (PSTricks)")
(description
"This package provides a PSTricks package for three dimensional lighting
effects on characters and PSTricks graphics, like lines, curves, plots, ...")
(license license:lppl)))
(define-public texlive-pst-text
(package
(name "texlive-pst-text")