guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

117/245: gnu: Add texlive-karnaughmap.


From: guix-commits
Subject: 117/245: gnu: Add texlive-karnaughmap.
Date: Sun, 30 Jul 2023 13:46:47 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 721b2a46dde6bacab60a012766ddb8deb328f037
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 30 16:27:40 2023 +0200

    gnu: Add texlive-karnaughmap.
    
    * gnu/packages/tex.scm (texlive-karnaughmap): New variable.
---
 gnu/packages/tex.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index aedb1778c1..b6c6505c99 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4272,6 +4272,27 @@ 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-karnaughmap
+  (package
+    (name "texlive-karnaughmap")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/karnaughmap/"
+                   "source/latex/karnaughmap/"
+                   "tex/latex/karnaughmap/")
+             (base32
+              "0wwgdcpv5chr7frnlf2j56yiwk5m28bixbv83p2h4f3jl10v5hwi")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/karnaughmap";)
+    (synopsis "Typeset Karnaugh maps")
+    (description
+     "This package provides an easy to use interface to typeset Karnaugh maps
+using TikZ.  Though similar to the @code{karnaugh} macros, it provides
+a key-value system to customize Karnaugh maps and a proper LaTeX package.")
+    (license license:lppl1.2+)))
+
 (define-public texlive-bibtex8
   (package
     (name "texlive-bibtex8")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]