Archived
1
0
Fork 0

gnu: Add texlive-pst-venn.

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

View file

@ -34349,6 +34349,25 @@ mathematical curves. Different types of vehicles are proposed, the shape of
the curve is to be defined by its equation in algebraic notation.") the curve is to be defined by its equation in algebraic notation.")
(license license:lppl1.3c))) (license license:lppl1.3c)))
(define-public texlive-pst-venn
(package
(name "texlive-pst-venn")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/generic/pst-venn/"
"tex/latex/pst-venn/")
(base32
"0gz7sxwycqd71yy8jln7h3v064mrzhh1852fc7b785v55x8kna2n")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/pst-venn")
(synopsis "PSTricks package for drawing Venn sets")
(description
"This is a PSTricks related package for drawing Venn diagrams with three
circles.")
(license license:lppl)))
(define-public texlive-marginnote (define-public texlive-marginnote
(package (package
(name "texlive-marginnote") (name "texlive-marginnote")