mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-09 12:49:45 -05:00
gnu: Add texlive-sudoku.
* gnu/packages/tex.scm (texlive-sudoku): New variable.
This commit is contained in:
parent
80bfe3a740
commit
d26e616381
1 changed files with 19 additions and 0 deletions
|
@ -13725,6 +13725,25 @@ (define-public texlive-subtext
|
|||
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")
|
||||
|
|
Loading…
Reference in a new issue