guix-commits
[Top][All Lists]
Advanced

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

22/47: gnu: Add texlive-jigsaw.


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

ngz pushed a commit to branch master
in repository guix.

commit 1bb891fce04cdd444bd8cdd9f00002f0d1576d03
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Aug 17 15:10:56 2023 +0200

    gnu: Add texlive-jigsaw.
    
    * gnu/packages/tex.scm (texlive-jigsaw): 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 1f9c41109b..7c9d853594 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -8036,6 +8036,25 @@ format, which is a subset of the ZVP format.
 @end itemize")
     (license license:expat)))
 
+(define-public texlive-jigsaw
+  (package
+    (name "texlive-jigsaw")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/jigsaw/" "tex/latex/jigsaw/")
+             (base32
+              "0qpbsff6saxv2qp4fzyqrprxjy2434ylm11snyc3d59imdmksq0b")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/jigsaw";)
+    (synopsis "Draw jigsaw pieces with TikZ")
+    (description
+     "This is a small LaTeX package to draw jigsaw pieces with TikZ.  It is
+possible to draw individual pieces and adjust their shape, create tile
+patterns or automatically generate complete jigsaws.")
+    (license license:lppl1.3c)))
+
 (define-public texlive-jkmath
   (package
     (name "texlive-jkmath")



reply via email to

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