[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/47: gnu: Add texlive-crossword.
From: |
guix-commits |
Subject: |
01/47: gnu: Add texlive-crossword. |
Date: |
Thu, 17 Aug 2023 09:52:29 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit b6ca418c88f9510515b82af2a2bb443c777034d3
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Aug 17 14:31:39 2023 +0200
gnu: Add texlive-crossword.
* gnu/packages/tex.scm (texlive-crossword): New variable.
---
gnu/packages/tex.scm | 39 +++++++++++++++++++++++++++++++++++++++
1 file changed, 39 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index d01c31e7db..e97c398ae0 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4811,6 +4811,45 @@ with a wide array of formats. For the moment, it works
out of the box with
ConTeXt and LaTeX.")
(license (list license:gpl3+ license:fdl1.3+))))
+(define-public texlive-crossword
+ (package
+ (name "texlive-crossword")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/crossword/"
+ "source/latex/crossword/"
+ "tex/latex/crossword/")
+ (base32
+ "1yxjhni6jw7j7wnz6g6d1bmri8afvqsj58bar0aqliyfhr55xzai")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/crossword")
+ (synopsis "Typeset crossword puzzles")
+ (description
+ "This is an extended grid-based puzzle package, designed to take all
+input (both grid and clues) from the same file. The package can
+typeset grids with holes in them, and can deal with several sorts of
+puzzle:
+@itemize
+
+@item the classical puzzle contains numbers for the words and clues
+for the words to be filled in;
+
+@item the numbered puzzle contains numbers in each cell where
+identical numbers represent identical letters; the goal is to find out
+which number corresponds to which letter;
+
+@item the fill-in type of puzzle consists of a grid and a list of
+words; the goal is to place all words in the grid;
+
+@item Sudoku and Kakuro puzzles involve filling in grids of numbers
+according to their own rules; format may be block-separated, or
+separated by thick lines.
+
+@end itemize")
+ (license license:expat)))
+
(define-public texlive-cryptocode
(package
(name "texlive-cryptocode")
- branch master updated (1b2d43fe01 -> 314e984d6c), guix-commits, 2023/08/17
- 07/47: gnu: Add texlive-chessboard., guix-commits, 2023/08/17
- 01/47: gnu: Add texlive-crossword.,
guix-commits <=
- 02/47: gnu: Add texlive-hmtrump., guix-commits, 2023/08/17
- 05/47: gnu: Add texlive-chess., guix-commits, 2023/08/17
- 06/47: gnu: Add texlive-chess-problem-diagrams., guix-commits, 2023/08/17
- 09/47: gnu: Add texlive-chinesechess., guix-commits, 2023/08/17
- 20/47: gnu: Add texlive-horoscop., guix-commits, 2023/08/17
- 22/47: gnu: Add texlive-jigsaw., guix-commits, 2023/08/17
- 24/47: gnu: Add texlive-logicpuzzle., guix-commits, 2023/08/17
- 27/47: gnu: Add texlive-nimsticks., guix-commits, 2023/08/17
- 28/47: gnu: Add texlive-othello., guix-commits, 2023/08/17
- 32/47: gnu: Add texlive-realtranspose., guix-commits, 2023/08/17