me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-pst-spectra.

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

View File

@ -34081,6 +34081,28 @@ large palette of colors;
soroban is still used in Japan today.") soroban is still used in Japan today.")
(license license:lppl))) (license license:lppl)))
(define-public texlive-pst-spectra
(package
(name "texlive-pst-spectra")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/generic/pst-spectra/"
"dvips/pst-spectra/"
"tex/generic/pst-spectra/"
"tex/latex/pst-spectra/")
(base32
"0l88wag5i1jy6pd1lx3s9cijiymzdgwvl52hkarc84d8qpn53wcw")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/pst-spectra")
(synopsis "Draw continuum, emission and absorption spectra with PSTricks")
(description
"The package is a PSTricks extension, based on a NASA lines database. It
allows you to draw continuum, emission and absorption spectra. A Total of 16
880 visible lines from 99 elements can be displayed.")
(license license:lppl)))
(define-public texlive-pst-text (define-public texlive-pst-text
(package (package
(name "texlive-pst-text") (name "texlive-pst-text")