[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
116/245: gnu: Add texlive-karnaugh-map.
From: |
guix-commits |
Subject: |
116/245: gnu: Add texlive-karnaugh-map. |
Date: |
Sun, 30 Jul 2023 13:46:47 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit ab0a27520a2cf8066394a479a44ccdf31d801259
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 30 16:27:28 2023 +0200
gnu: Add texlive-karnaugh-map.
* gnu/packages/tex.scm (texlive-karnaugh-map): New variable.
---
gnu/packages/tex.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 7e0c815b54..aedb1778c1 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4250,6 +4250,28 @@ These macros can typeset Karnaugh-Maps and Veitch-Charts
with up to ten
variables.")
(license license:lppl1.0+)))
+(define-public texlive-karnaugh-map
+ (package
+ (name "texlive-karnaugh-map")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/karnaugh-map/"
+ "source/latex/karnaugh-map/"
+ "tex/latex/karnaugh-map/")
+ (base32
+ "01gcffk9vys81b0ad1rxlqnq8i8yflfhby43fr46h7li6p08rx09")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/karnaugh-map")
+ (synopsis "LaTeX package for drawing Karnaugh maps with up to 6 variables")
+ (description
+ "This package draws Karnaugh maps with 2, 3, 4, 5, and 6 variables. It
+also contains commands for filling the karnaugh map with terms
+semi-automatically or manually. Last but not least it contains commands for
+drawing implicants on top of the map.")
+ (license license:cc-by-sa3.0)))
+
(define-public texlive-bibtex8
(package
(name "texlive-bibtex8")
- 102/245: gnu: Add texlive-hep., (continued)
- 102/245: gnu: Add texlive-hep., guix-commits, 2023/07/30
- 111/245: gnu: Add texlive-ionumbers., guix-commits, 2023/07/30
- 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 <=
- 69/245: gnu: Add texlive-drawmatrix., guix-commits, 2023/07/30
- 74/245: gnu: Add texlive-eltex., guix-commits, 2023/07/30
- 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