Archived
1
0
Fork 0

gnu: Add texlive-pst-contourplot.

* gnu/packages/tex.scm (texlive-pst-contourplot): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-14 10:14:05 +02:00
parent e9a1d0a12d
commit 217eab49af
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -32683,6 +32683,29 @@ expressing a circuit.")
and zigzag node connections.")
(license license:lppl)))
(define-public texlive-pst-contourplot
(package
(name "texlive-pst-contourplot")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/generic/pst-contourplot/"
"tex/generic/pst-contourplot/"
"tex/latex/pst-contourplot/")
(base32
"00nqg59x1x3nh30cclqjdyyyjzinyl9czjfywznh68dzari1fvqk")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/pst-contourplot")
(synopsis
"Draw implicit functions using the marching squares algorithm")
(description
"This package allows to draw implicit functions @samp{f(x,y) = 0} with
options for coloring the inside of the surfaces, for marking the points and
arrowing the curve at points chosen by the user. The package uses the
marching squares algorithm.")
(license license:lppl)))
(define-public texlive-pst-text
(package
(name "texlive-pst-text")