guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

67/245: gnu: Add texlive-digiconfigs.


From: guix-commits
Subject: 67/245: gnu: Add texlive-digiconfigs.
Date: Sun, 30 Jul 2023 13:46:39 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit f1bf5d8f6fcd1741cec03aa312e145a9051a50a5
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 30 15:51:21 2023 +0200

    gnu: Add texlive-digiconfigs.
    
    * gnu/packages/tex.scm (texlive-digiconfigs): New variable.
---
 gnu/packages/tex.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 9775a6f0b6..c009de0ff5 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3044,6 +3044,28 @@ The package is built on xtemplate and the 
configurability it enables,
 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]