mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-02 08:07:29 +01:00
gnu: Add texlive-tikz-karnaugh.
* gnu/packages/tex.scm (texlive-tikz-karnaugh): New variable.
This commit is contained in:
parent
3dc9343ad7
commit
5b5df6660b
1 changed files with 23 additions and 0 deletions
|
@ -4491,6 +4491,29 @@ (define-public texlive-tikz-kalender
|
||||||
@file{.events} files.")
|
@file{.events} files.")
|
||||||
(license license:cc-by-sa4.0)))
|
(license license:cc-by-sa4.0)))
|
||||||
|
|
||||||
|
(define-public texlive-tikz-karnaugh
|
||||||
|
(package
|
||||||
|
(name "texlive-tikz-karnaugh")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/latex/tikz-karnaugh/"
|
||||||
|
"tex/latex/tikz-karnaugh/")
|
||||||
|
(base32
|
||||||
|
"091s9gavh8f4jya01nkjhzgh3f5b80ijiiaj7simnxawn60mh1z1")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/tikz-karnaugh")
|
||||||
|
(synopsis "Typeset Karnaugh maps using TikZ")
|
||||||
|
(description
|
||||||
|
"The @code{tikz-karnaugh} package is a LaTeX package used to draw
|
||||||
|
Karnaugh maps. It uses TikZ to produce high quality graph from 1 to 12
|
||||||
|
variables, but this upper limit depends on the TeX memory usage and can be
|
||||||
|
different for you. You can control colour, styles and distances. It can be
|
||||||
|
considered as an upgrade and extension of Andreas W. Wieland's @code{karnaugh}
|
||||||
|
package towards TikZ supporting.")
|
||||||
|
(license license:lppl1.0+)))
|
||||||
|
|
||||||
(define-public texlive-amiri
|
(define-public texlive-amiri
|
||||||
(package
|
(package
|
||||||
(name "texlive-amiri")
|
(name "texlive-amiri")
|
||||||
|
|
Loading…
Reference in a new issue