From 61ee3ac0b5b700736225ac46bf9239e05e2e9509 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Wed, 12 Jul 2023 21:54:13 +0200 Subject: [PATCH] gnu: Add texlive-bondgraph. * gnu/packages/tex.scm (texlive-bondgraph): New variable. --- gnu/packages/tex.scm | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 84f400cc93..d923b0366b 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -16339,6 +16339,23 @@ using Gnuplot and Tikz. Elementary Transfer Functions and basic correctors 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")