mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
gnu: Add texlive-kvmap.
* gnu/packages/tex.scm (texlive-kvmap): New variable.
This commit is contained in:
parent
721b2a46dd
commit
c65bad4759
1 changed files with 22 additions and 0 deletions
|
@ -4293,6 +4293,28 @@ (define-public texlive-karnaughmap
|
|||
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")
|
||||
|
|
Loading…
Reference in a new issue