me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-sudoku.

* gnu/packages/tex.scm (texlive-sudoku): New variable.
Nicolas Goaziou 2023-08-17 15:24:45 +02:00
parent 80bfe3a740
commit d26e616381
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 19 additions and 0 deletions

View File

@ -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")