[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
118/245: gnu: Add texlive-kvmap.
From: |
guix-commits |
Subject: |
118/245: gnu: Add texlive-kvmap. |
Date: |
Sun, 30 Jul 2023 13:46:48 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit c65bad4759b5c9d7af659936dfe35de0e9e0582f
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 30 16:27:49 2023 +0200
gnu: Add texlive-kvmap.
* gnu/packages/tex.scm (texlive-kvmap): 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 b6c6505c99..ee0b395659 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4293,6 +4293,28 @@ 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-kvmap
+ (package
+ (name "texlive-kvmap")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/kvmap/" "source/latex/kvmap/"
+ "tex/latex/kvmap/")
+ (base32
+ "04sjs8r2ijd0rdx5d13p6pwnwnwd0rgzx894j3cqfi29y860c7yr")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (propagated-inputs (list texlive-amsmath texlive-l3experimental
+ texlive-pgf))
+ (home-page "https://ctan.org/pkg/kvmap")
+ (synopsis "Create Karnaugh maps with LaTeX")
+ (description
+ "This LaTeX package allows the creation of (even large) Karnaugh maps.
+It provides a tabular-like input syntax and support for drawing bundles
+(implicants) around adjacent values.")
+ (license license:lppl1.3c)))
+
(define-public texlive-bibtex8
(package
(name "texlive-bibtex8")
- 198/245: gnu: Add texlive-simplebnf., (continued)
- 198/245: gnu: Add texlive-simplebnf., guix-commits, 2023/07/30
- 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 <=
- 115/245: gnu: Add texlive-karnaugh., guix-commits, 2023/07/30
- 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