gnu: Add texlive-bondgraph.

* gnu/packages/tex.scm (texlive-bondgraph): New variable.
This commit is contained in:
Nicolas Goaziou 2023-07-12 21:54:13 +02:00
parent 0c82699c6a
commit 61ee3ac0b5
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -16339,6 +16339,23 @@ (define-public texlive-bodegraph
are preprogrammed for use.") are preprogrammed for use.")
(license license:lppl))) (license license:lppl)))
(define-public texlive-bondgraph
(package
(name "texlive-bondgraph")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/bondgraph/"
"tex/latex/bondgraph/")
(base32
"165fgkcybazd2jqgcfqc8hh8askl1hdv86d8bz5b1s4aff95hv24")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/bondgraph")
(synopsis "Create bond graph figures in LaTeX documents")
(description "The package draws bond graphs using PGF and TikZ.")
(license license:lppl1.3+)))
(define-public texlive-gates (define-public texlive-gates
(package (package
(name "texlive-gates") (name "texlive-gates")