me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-pas-crosswords.

* gnu/packages/tex.scm (texlive-pas-crosswords): New variable.
Nicolas Goaziou 2023-08-17 15:20:27 +02:00
parent a2abfa47f0
commit 7330143c3c
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 20 additions and 0 deletions

View File

@ -11542,6 +11542,26 @@ have value when comparing any two texts.")
original source, parallel on the same page, one above the other.")
(license license:lppl)))
(define-public texlive-pas-crosswords
(package
(name "texlive-pas-crosswords")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/pas-crosswords/"
"tex/latex/pas-crosswords/")
(base32
"1masrs2ywyxa9rfw7vz9j9jw0b1hhkd5fin2rg7rd2x1qb305q5w")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/pas-crosswords")
(synopsis "Creating crossword grids, using TikZ")
(description
"The package produces crossword grids, using a wide variety of colours
and decorations of the grids and the text in them. The package uses TikZ for
its graphical output.")
(license license:lppl)))
(define-public texlive-pascaltriangle
(package
(name "texlive-pascaltriangle")