guix-commits
[Top][All Lists]
Advanced

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

27/47: gnu: Add texlive-nimsticks.


From: guix-commits
Subject: 27/47: gnu: Add texlive-nimsticks.
Date: Thu, 17 Aug 2023 09:52:35 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit f5a67ac6c61ce23b55b9bd989f5e28efc748db8f
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Aug 17 15:18:44 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 87388d739a..3f6d0e8215 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -10995,6 +10995,30 @@ the columns; tools to color rows and columns with a 
good PDF result; blocks of
 cells; etc.")
     (license license:lppl1.3+)))
 
+(define-public texlive-nimsticks
+  (package
+    (name "texlive-nimsticks")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/nimsticks/"
+                   "source/latex/nimsticks/"
+                   "tex/latex/nimsticks/")
+             (base32
+              "0y7v01a02lz6mj1fdyrqzgz7kf7y4m3jarkr3sdyid25k0zx9dbj")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/nimsticks";)
+    (synopsis "Draws sticks for games of multi-pile nim")
+    (description
+     "This LaTeX package provides commands @code{\\drawnimstick} to draw
+a single nim stick and @code{\\nimgame} which represents games of multi-pile
+Nim.  Nim sticks are drawn with a little random wobble so they look thrown
+together and not too regular.  The package also provides options to customise
+the size and colour of the sticks, and flexibility to draw heaps of different
+objects.")
+    (license license:expat)))
+
 (define-public texlive-nnext
   (package
     (name "texlive-nnext")



reply via email to

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