[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
115/245: gnu: Add texlive-karnaugh.
From: |
guix-commits |
Subject: |
115/245: gnu: Add texlive-karnaugh. |
Date: |
Sun, 30 Jul 2023 13:46:47 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 4d28f9f2dc892e355222321b5ca1fc848c50157b
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 30 16:26:35 2023 +0200
gnu: Add texlive-karnaugh.
* gnu/packages/tex.scm (texlive-karnaugh): 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 98f0353835..7e0c815b54 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4229,6 +4229,27 @@ Notebook format to proper LaTeX so it gets included
seamlessly, supporting
text, LaTeX, images, etc.")
(license license:asl2.0)))
+(define-public texlive-karnaugh
+ (package
+ (name "texlive-karnaugh")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/karnaugh/" "tex/latex/karnaugh/")
+ (base32
+ "0zpn2q5v9dv8196h9186b9wx2hbp0j9l1fg6k2pdqhwxgdcgssxh")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/karnaugh")
+ (synopsis "Typeset Karnaugh-Veitch-maps")
+ (description
+ "The package provides macros for typesetting Karnaugh-Maps and
+Veitch-Charts in a simple and user-friendly way. Karnaugh-Maps and
+Veitch-Charts are used to display and simplify logic functions manually.
+These macros can typeset Karnaugh-Maps and Veitch-Charts with up to ten
+variables.")
+ (license license:lppl1.0+)))
+
(define-public texlive-bibtex8
(package
(name "texlive-bibtex8")
- 193/245: gnu: Add texlive-sclang-prettifier., (continued)
- 193/245: gnu: Add texlive-sclang-prettifier., guix-commits, 2023/07/30
- 188/245: gnu: Add texlive-ribbonproofs., guix-commits, 2023/07/30
- 206/245: gnu: Add texlive-spbmark., guix-commits, 2023/07/30
- 189/245: gnu: Add texlive-rmathbr., guix-commits, 2023/07/30
- 217/245: gnu: Add texlive-subsupscripts., guix-commits, 2023/07/30
- 205/245: gnu: Add texlive-spalign., guix-commits, 2023/07/30
- 119/245: gnu: Add texlive-letterswitharrows., guix-commits, 2023/07/30
- 122/245: gnu: Add texlive-longdivision., guix-commits, 2023/07/30
- 113/245: gnu: Add texlive-jkmath., guix-commits, 2023/07/30
- 118/245: gnu: Add texlive-kvmap., guix-commits, 2023/07/30
- 115/245: gnu: Add texlive-karnaugh.,
guix-commits <=
- 103/245: gnu: Add texlive-hep-reference., guix-commits, 2023/07/30
- 123/245: gnu: Add texlive-lpform., guix-commits, 2023/07/30
- 130/245: gnu: Add texlive-mathpartir., guix-commits, 2023/07/30
- 138/245: gnu: Add texlive-memorygraphs., guix-commits, 2023/07/30
- 134/245: gnu: Add texlive-matrix-skeleton., guix-commits, 2023/07/30
- 144/245: gnu: Add texlive-miller., guix-commits, 2023/07/30
- 140/245: gnu: Add texlive-mgltex., guix-commits, 2023/07/30
- 142/245: gnu: Add texlive-mhchem., guix-commits, 2023/07/30
- 141/245: gnu: Add texlive-chemgreek., guix-commits, 2023/07/30
- 147/245: gnu: Add texlive-filecontentsdef., guix-commits, 2023/07/30