gnu: Add texlive-tikz-bayesnet.

* gnu/packages/tex.scm (texlive-tikz-bayesnet): New variable.
This commit is contained in:
Nicolas Goaziou 2023-07-13 10:31:54 +02:00
parent 48e6adaeb1
commit 258879226f
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -4234,6 +4234,26 @@ (define-public texlive-tikz-bagua
these symbols.")
(license license:lppl1.3c)))
(define-public texlive-tikz-bayesnet
(package
(name "texlive-tikz-bayesnet")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/tikz-bayesnet/"
"tex/latex/tikz-bayesnet/")
(base32
"0fmm93h0kl6q45sglfz1ssrnj20sqds9kvamf1dqzmfw2g77qwqr")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/tikz-bayesnet")
(synopsis
"Draw Bayesian networks, graphical models and directed factor graphs")
(description
"The package provides a library supporting the display of Bayesian networks,
graphical models and (directed) factor graphs in LaTeX.")
(license license:lppl1.3+)))
(define-public texlive-amiri
(package
(name "texlive-amiri")