mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
gnu: Add texlive-bondgraph.
* gnu/packages/tex.scm (texlive-bondgraph): New variable.
This commit is contained in:
parent
0c82699c6a
commit
61ee3ac0b5
1 changed files with 17 additions and 0 deletions
|
@ -16339,6 +16339,23 @@ (define-public texlive-bodegraph
|
|||
are preprogrammed for use.")
|
||||
(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
|
||||
(package
|
||||
(name "texlive-gates")
|
||||
|
|
Loading…
Reference in a new issue