gnu: Add texlive-digiconfigs.

* gnu/packages/tex.scm (texlive-digiconfigs): New variable.
This commit is contained in:
Nicolas Goaziou 2023-07-30 15:51:21 +02:00
parent c2d8c28190
commit f1bf5d8f6f
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -3044,6 +3044,28 @@ (define-public texlive-diffcoeff
extending to differentials (including simple line elements) and jacobians.")
(license license:lppl1.3c)))
(define-public texlive-digiconfigs
(package
(name "texlive-digiconfigs")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/digiconfigs/"
"tex/latex/digiconfigs/")
(base32
"13682as94lpy3qws03ymgz380fkkihwppzdwijig85j1yq098wqg")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/digiconfigs")
(synopsis "Writing ``configurations''")
(description
"In Stochastic Geometry and Digital Image Analysis some problems can be
solved in terms of so-called ``configurations''. A configuration is basically
a square matrix of @code{\\circ} and @code{\\bullet} symbols. This package
provides a convenient and compact mechanism for displaying these
configurations.")
(license license:lppl)))
(define-public texlive-dinat
(package
(name "texlive-dinat")