me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-bondgraphs.

* gnu/packages/tex.scm (texlive-bondgraphs): New variable.
Nicolas Goaziou 2023-07-12 21:54:34 +02:00
parent 61ee3ac0b5
commit 36d3ab9e1b
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 22 additions and 0 deletions

View File

@ -16356,6 +16356,28 @@ are preprogrammed for use.")
(description "The package draws bond graphs using PGF and TikZ.")
(license license:lppl1.3+)))
(define-public texlive-bondgraphs
(package
(name "texlive-bondgraphs")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/bondgraphs/"
"source/latex/bondgraphs/"
"tex/latex/bondgraphs/")
(base32
"1gisr9f2n3mwf2qaqdj9sjmxscrpa9zrb9jm7v5l96ba8kqqw6hx")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/bondgraphs")
(synopsis "Draws bond graphs in LaTeX, using PGF/TikZ")
(description
"The package is used to draw bond graphs in LaTeX. Compared to the
@code{bondgraph} package this package relies more on TikZ styles and less on
macros, to generate the drawings. As such it can be more flexible than his,
but requires more TikZ knowledge of the user.")
(license license:lppl1.3+)))
(define-public texlive-gates
(package
(name "texlive-gates")