me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-askmaps.

* gnu/packages/tex.scm (texlive-askmaps): New variable.
Nicolas Goaziou 2023-07-12 21:51:14 +02:00
parent 2f204eba19
commit bbbd0229dd
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 20 additions and 0 deletions

View File

@ -16023,6 +16023,26 @@ provided box macros are @code{\\lapbox}, @code{\\marginbox},
elements in Beamer.") elements in Beamer.")
(license license:lppl1.3+))) (license license:lppl1.3+)))
(define-public texlive-askmaps
(package
(name "texlive-askmaps")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/askmaps/" "tex/latex/askmaps/")
(base32
"0l61gq2i1di9zn6s2nf5sn0pdp3z78rij17sgjywy0xka43znhlk")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/askmaps")
(synopsis "Typeset American style Karnaugh maps")
(description
"The package provides 1, 2, 3, 4 and 5 variable Karnaugh maps, in the
style used in numerous American textbooks on digital design. The package
draws K-maps where the most significant input variables are placed on top of
the columns and the least significant variables are placed left of the rows.")
(license license:lppl)))
(define-public texlive-auto-pst-pdf-lua (define-public texlive-auto-pst-pdf-lua
(package (package
(name "texlive-auto-pst-pdf-lua") (name "texlive-auto-pst-pdf-lua")