me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-pst-electricfield.

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

View File

@ -32807,6 +32807,29 @@ Moreover one can choose the wavelength of the light (the associated color will
be calculated by the package).") be calculated by the package).")
(license license:lppl))) (license license:lppl)))
(define-public texlive-pst-electricfield
(package
(name "texlive-pst-electricfield")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/generic/pst-electricfield/"
"dvips/pst-electricfield/"
"source/generic/pst-electricfield/"
"tex/generic/pst-electricfield/"
"tex/latex/pst-electricfield/")
(base32
"1awc5nqp7giqmczx1xd1y78j5vgsw7y8m767mbhgs5j12j3yl4yd")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/pst-electricfield")
(synopsis "Draw electric field and equipotential lines with PSTricks")
(description
"The package provides macros to plot electric field and equipotential
lines using PStricks. There may be any number of charges which can be placed
in a cartesian coordinate system.")
(license license:lppl)))
(define-public texlive-pst-text (define-public texlive-pst-text
(package (package
(name "texlive-pst-text") (name "texlive-pst-text")