guix-commits
[Top][All Lists]
Advanced

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

41/47: gnu: Add texlive-sudoku.


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

ngz pushed a commit to branch master
in repository guix.

commit d26e61638162b329bb2d37d3ffd9eebe7f410777
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Aug 17 15:24:45 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 37dd86449b..595e692164 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -13725,6 +13725,25 @@ mode by providing an optional argument to @samp{_}.  
This is implemented by
 using the @code{\\text@{@}} command from the @code{amstext} package.")
     (license license:gpl3)))
 
+(define-public texlive-sudoku
+  (package
+    (name "texlive-sudoku")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/sudoku/" "source/latex/sudoku/"
+                   "tex/latex/sudoku/")
+             (base32
+              "14g1kkxinp9l57yvdpbdx4wclgka71gilcbxl1dc6sdj4cmw7mbz")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/sudoku";)
+    (synopsis "Create sudoku grids")
+    (description
+     "The @code{sudoku} package provides an environment for typesetting sudoku
+grids.")
+    (license license:lppl)))
+
 (define-public texlive-susy
   (package
     (name "texlive-susy")



reply via email to

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