mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-14 10:55:23 -05:00
gnu: Add texlive-chessboard.
* gnu/packages/tex.scm (texlive-chessboard): New variable.
This commit is contained in:
parent
98076e197f
commit
e3e6dde662
1 changed files with 22 additions and 0 deletions
|
@ -4237,6 +4237,28 @@ (define-public texlive-chess-problem-diagrams
|
|||
boards.")
|
||||
(license license:lppl1.2+)))
|
||||
|
||||
(define-public texlive-chessboard
|
||||
(package
|
||||
(name "texlive-chessboard")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/chessboard/"
|
||||
"source/latex/chessboard/"
|
||||
"tex/latex/chessboard/")
|
||||
(base32
|
||||
"1nz66h6baz5m2jfzjzyccw0rcpkc6rfbq9cc759y875b47j8pkhx")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/chessboard")
|
||||
(synopsis "Print chess boards")
|
||||
(description
|
||||
"This package offers commands to print chessboards. It can print partial
|
||||
boards, hide pieces and fields, color the boards and put various marks on the
|
||||
board. It has a lot of options to place pieces on the board. Using exotic
|
||||
pieces (e.g., for fairy chess) is possible.")
|
||||
(license license:lppl)))
|
||||
|
||||
(define-public texlive-chhaya
|
||||
(package
|
||||
(name "texlive-chhaya")
|
||||
|
|
Loading…
Reference in a new issue