guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

90/111: gnu: Add texlive-pst-spectra.


From: guix-commits
Subject: 90/111: gnu: Add texlive-pst-spectra.
Date: Mon, 14 Aug 2023 05:04:48 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 8265ebcc0ba25acd2eb9bd0cbafe4823764acec9
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Aug 14 10:34:18 2023 +0200

    gnu: Add texlive-pst-spectra.
    
    * gnu/packages/tex.scm (texlive-pst-spectra): New variable.
---
 gnu/packages/tex.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index b6e6bf451b..5cabfd46a3 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -34081,6 +34081,28 @@ large palette of colors;
 soroban is still used in Japan today.")
     (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
   (package
     (name "texlive-pst-text")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]