mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-28 05:59:20 -05:00
gnu: Add texlive-tikz-bayesnet.
* gnu/packages/tex.scm (texlive-tikz-bayesnet): New variable.
This commit is contained in:
parent
48e6adaeb1
commit
258879226f
1 changed files with 20 additions and 0 deletions
|
@ -4234,6 +4234,26 @@ (define-public texlive-tikz-bagua
|
||||||
these symbols.")
|
these symbols.")
|
||||||
(license license:lppl1.3c)))
|
(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
|
(define-public texlive-amiri
|
||||||
(package
|
(package
|
||||||
(name "texlive-amiri")
|
(name "texlive-amiri")
|
||||||
|
|
Loading…
Reference in a new issue