gnu: Add texlive-pgf-spectra.

* gnu/packages/tex.scm (texlive-pgf-spectra): New variable.
This commit is contained in:
Nicolas Goaziou 2023-07-13 09:14:47 +02:00
parent 48d7613bdc
commit da5e05d8ec
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -3100,6 +3100,28 @@ (define-public texlive-pgf-soroban
soroban (Japanese abacus) using PGF/TikZ.")
(license license:lppl)))
(define-public texlive-pgf-spectra
(package
(name "texlive-pgf-spectra")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/pgf-spectra/"
"tex/latex/pgf-spectra/")
(base32
"03jci0jc5ryzkp6930hn1l4awjrw9y1xwc3f327igccj78w24pnb")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/pgf-spectra")
(synopsis "Draw continuous or discrete spectra using PGF/TikZ")
(description
"The purpose of this package is to draw the spectra of elements in
a simple way. It relies on PGF/TikZ for drawing the desired spectrum,
continuous or discrete. There are data available for the spectra of 98
elements and their ions (from the NASA database and from NIST). It also
allows the user to draw spectra using their own data.")
(license license:lppl1.3+)))
(define-public texlive-amiri
(package
(name "texlive-amiri")