guix-commits
[Top][All Lists]
Advanced

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

10/47: gnu: Add texlive-crosswrd.


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

ngz pushed a commit to branch master
in repository guix.

commit 085b379d1ac336368f533a632b021f6d3e18c4ed
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Aug 17 15:08:03 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 095695fa97..f3be9a889d 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4986,6 +4986,26 @@ separated by thick lines.
 @end itemize")
     (license license:expat)))
 
+(define-public texlive-crosswrd
+  (package
+    (name "texlive-crosswrd")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/crosswrd/"
+                   "source/latex/crosswrd/"
+                   "tex/latex/crosswrd/")
+             (base32
+              "0yhsrfn49wj579ms3smd1z97rjqnsi1wrsgrjs570bllgf09bcir")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/crosswrd";)
+    (synopsis "Macros for typesetting crossword puzzles")
+    (description
+     "The package provides a LaTeX method of typesetting crosswords, and
+assists the composer ensure that the grid all goes together properly.")
+    (license license:lppl)))
+
 (define-public texlive-cryptocode
   (package
     (name "texlive-cryptocode")



reply via email to

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