[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
74/245: gnu: Add texlive-eltex.
From: |
guix-commits |
Subject: |
74/245: gnu: Add texlive-eltex. |
Date: |
Sun, 30 Jul 2023 13:46:40 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 8902adcd281761616489751239bc0c550dec2eab
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 30 15:52:31 2023 +0200
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 @@ letters statistical distributions constants and symbols
matrix operators and
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")
- 109/245: gnu: Add texlive-includernw., (continued)
- 109/245: gnu: Add texlive-includernw., guix-commits, 2023/07/30
- 105/245: gnu: Add texlive-hepparticles., guix-commits, 2023/07/30
- 114/245: gnu: Add texlive-jupynotex., guix-commits, 2023/07/30
- 38/245: gnu: Add texlive-chemexec., guix-commits, 2023/07/30
- 29/245: gnu: Add texlive-bytefield., guix-commits, 2023/07/30
- 41/245: gnu: Add texlive-chemnum., guix-commits, 2023/07/30
- 120/245: gnu: Add texlive-lie-hasse., guix-commits, 2023/07/30
- 108/245: gnu: Add texlive-ibrackets., guix-commits, 2023/07/30
- 116/245: gnu: Add texlive-karnaugh-map., guix-commits, 2023/07/30
- 69/245: gnu: Add texlive-drawmatrix., guix-commits, 2023/07/30
- 74/245: gnu: Add texlive-eltex.,
guix-commits <=
- 79/245: gnu: Add texlive-eolang., guix-commits, 2023/07/30
- 112/245: gnu: Add texlive-isomath., guix-commits, 2023/07/30
- 107/245: gnu: Add texlive-hepunits., guix-commits, 2023/07/30
- 100/245: gnu: Add texlive-gu., guix-commits, 2023/07/30
- 99/245: gnu: Add texlive-grundgesetze., guix-commits, 2023/07/30
- 110/245: gnu: Add texlive-interval., guix-commits, 2023/07/30
- 126/245: gnu: Add texlive-mathcommand., guix-commits, 2023/07/30
- 127/245: gnu: Add texlive-mathcomp., guix-commits, 2023/07/30
- 125/245: gnu: Add texlive-lstbayes., guix-commits, 2023/07/30
- 128/245: gnu: Add texlive-mathfixs., guix-commits, 2023/07/30