From 8181a38d115e00b2217be904b78d9424956a16f7 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Wed, 12 Jul 2023 22:22:16 +0200 Subject: [PATCH] gnu: Add texlive-duotenzor. * gnu/packages/tex.scm (texlive-duotenzor): New variable. --- gnu/packages/tex.scm | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index c1890270bd..9ccb202031 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -16895,6 +16895,26 @@ variables and conditions. The package is based on DRS macros in the @code{covington} package.") (license license:lppl1.3+))) +(define-public texlive-duotenzor + (package + (name "texlive-duotenzor") + (version (number->string %texlive-revision)) + (source (texlive-origin + name version + (list "doc/latex/duotenzor/" + "tex/latex/duotenzor/") + (base32 + "1l99ah5p2cp1qikk3jrbn1xrs6fz23c9h7wqc228jnrkmni7kn98"))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/duotenzor") + (synopsis "Drawing package for circuit and duotensor diagrams") + (description + "This is a drawing package for circuit and duotensor diagrams within +LaTeX documents. It consists of about eighty commands, calling on TikZ for +support.") + (license license:lppl1.3+))) + (define-public texlive-gates (package (name "texlive-gates")