From 8902adcd281761616489751239bc0c550dec2eab Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Sun, 30 Jul 2023 15:52:31 +0200 Subject: [PATCH] gnu: Add texlive-eltex. * gnu/packages/tex.scm (texlive-eltex): 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 8b2c4f0c3e..5fc2761762 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -3306,6 +3306,26 @@ (define-public texlive-econometrics statistical operators.") (license license:lppl1.3+))) +(define-public texlive-eltex + (package + (name "texlive-eltex") + (version (number->string %texlive-revision)) + (source (texlive-origin + name version + (list "doc/latex/eltex/" "tex/latex/eltex/") + (base32 + "1p6wy61n5q93mp07kv7bkp5nnsshshs6wrrhixicn0vankcgnm7w"))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/eltex") + (synopsis "Simple circuit diagrams in LaTeX picture mode") + (description + "The macros enable the user to draw simple circuit diagrams in the +picture environment, with no need of special resources. The macros are +appropriate for drawing for school materials. The circuit symbols accord to +the various parts of the standard IEC 617.") + (license license:lppl))) + (define-public texlive-bibtex8 (package (name "texlive-bibtex8")