mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-03 18:09:18 -05:00
gnu: Add texlive-digiconfigs.
* gnu/packages/tex.scm (texlive-digiconfigs): New variable.
This commit is contained in:
parent
c2d8c28190
commit
f1bf5d8f6f
1 changed files with 22 additions and 0 deletions
|
@ -3044,6 +3044,28 @@ (define-public texlive-diffcoeff
|
||||||
extending to differentials (including simple line elements) and jacobians.")
|
extending to differentials (including simple line elements) and jacobians.")
|
||||||
(license license:lppl1.3c)))
|
(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
|
(define-public texlive-dinat
|
||||||
(package
|
(package
|
||||||
(name "texlive-dinat")
|
(name "texlive-dinat")
|
||||||
|
|
Loading…
Reference in a new issue