gnu: Add texlive-venn.
* gnu/packages/tex.scm (texlive-venn): New variable.
parent
c36e506c63
commit
9e23cdf887
|
@ -6883,6 +6883,22 @@ to define new units and changes the output concerning to the surrounding font
|
||||||
settings.")
|
settings.")
|
||||||
(license license:lppl)))
|
(license license:lppl)))
|
||||||
|
|
||||||
|
(define-public texlive-venn
|
||||||
|
(package
|
||||||
|
(name "texlive-venn")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/metapost/venn/" "metapost/venn/")
|
||||||
|
(base32
|
||||||
|
"08pp3b58lng4lfaphhpw5nrczlhj86kgi1ciq12f9241z4qgnq6q")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/venn")
|
||||||
|
(synopsis "Creating Venn diagrams with MetaPost")
|
||||||
|
(description "This package provides MetaPost macros for Venn diagrams.")
|
||||||
|
(license license:lppl)))
|
||||||
|
|
||||||
(define-public texlive-bibtex8
|
(define-public texlive-bibtex8
|
||||||
(package
|
(package
|
||||||
(name "texlive-bibtex8")
|
(name "texlive-bibtex8")
|
||||||
|
|
Reference in New Issue