guix-commits
[Top][All Lists]
Advanced

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

61/111: gnu: Add texlive-pst-magneticfield.


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

ngz pushed a commit to branch master
in repository guix.

commit ecb349331a93bdb6fd32e8cbdd6828cdfd510544
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Aug 14 10:23:46 2023 +0200

    gnu: Add texlive-pst-magneticfield.
    
    * gnu/packages/tex.scm (texlive-pst-magneticfield): 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 1cf1cf519f..16f0beb81d 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -33426,6 +33426,28 @@ used to model the morphology of a variety of organisms 
or fractals like the
 Kochflake or Hilbert curve.")
     (license license:lppl)))
 
+(define-public texlive-pst-magneticfield
+  (package
+    (name "texlive-pst-magneticfield")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/generic/pst-magneticfield/"
+                   "dvips/pst-magneticfield/"
+                   "tex/generic/pst-magneticfield/"
+                   "tex/latex/pst-magneticfield/")
+             (base32
+              "0gxz7yfj16b23lwn5pq68r8yb6klm7xhmq5m0addmrq1dvb3id5n")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/pst-magneticfield";)
+    (synopsis "Plotting a magnetic field with PSTricks")
+    (description
+     "@code{pst-magneticfield} is a PSTricks related package to draw the
+magnetic field lines of Helmholtz coils in a two or three dimensional view.
+There are several parameters to create a different output.")
+    (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]