Archived
1
0
Fork 0

gnu: Add texlive-schwalbe-chess.

* gnu/packages/tex.scm (texlive-schwalbe-chess): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-17 15:23:22 +02:00
parent 9b542119c9
commit a36eb99c8d
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -12769,6 +12769,27 @@ their calculations or simulations into LaTeX projects. The package is also
capable of overloading the Sweave User Manual and SASweave packages.") capable of overloading the Sweave User Manual and SASweave packages.")
(license license:lppl1.3+))) (license license:lppl1.3+)))
(define-public texlive-schwalbe-chess
(package
(name "texlive-schwalbe-chess")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/schwalbe-chess/"
"source/latex/schwalbe-chess/"
"tex/latex/schwalbe-chess/")
(base32
"1i68bl4hb7cagwwb4lyihvdnwgd0irgqp7344m5kmsdxy7z94fmr")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/schwalbe-chess")
(synopsis "Typeset the German chess magazine @emph{Die Schwalbe}")
(description
"The package is used to typeset the German chess magazine @emph{Die
Schwalbe}. It is based on @code{chess-problem-diagrams}, which in its turn
has a dependency on the @code{bartel-chess-fonts}.")
(license license:lppl1.2+)))
(define-public texlive-sciposter (define-public texlive-sciposter
(package (package
(name "texlive-sciposter") (name "texlive-sciposter")