gnu: Add texlive-venndiagram.

* gnu/packages/tex.scm (texlive-venndiagram): New variable.
This commit is contained in:
Nicolas Goaziou 2023-07-13 10:57:24 +02:00
parent d7e9410cf5
commit 38c5aa989b
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -5659,6 +5659,26 @@ (define-public texlive-utfsym
able to use them originally in a school setting such as on worksheets.")
(license license:cc0)))
(define-public texlive-venndiagram
(package
(name "texlive-venndiagram")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/venndiagram/"
"source/latex/venndiagram/"
"tex/latex/venndiagram/")
(base32
"1n48jgb0kbbnyk5pjg99l8hb1b3f1h30z78cl9lza2pi11p8mbgj")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/venndiagram")
(synopsis "Creating Venn diagrams with TikZ")
(description
"The package assists generation of simple two- and three-set Venn
diagrams for lectures or assignment sheets.")
(license license:lppl)))
(define-public texlive-amiri
(package
(name "texlive-amiri")