me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-skaknew.

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

View File

@ -13241,6 +13241,29 @@ available in package @code{texmate}, and a general mechanism for selecting
chess fonts is provided in @code{chessfss}.") chess fonts is provided in @code{chessfss}.")
(license license:lppl))) (license license:lppl)))
(define-public texlive-skaknew
(package
(name "texlive-skaknew")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/fonts/skaknew/"
"fonts/afm/public/skaknew/"
"fonts/map/dvips/skaknew/"
"fonts/opentype/public/skaknew/"
"fonts/tfm/public/skaknew/"
"fonts/type1/public/skaknew/")
(base32
"1jpm36qb65jbsrhq1yqhwajqz3jg35wid0wlav9hk7q4hd58qi4r")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/skaknew")
(synopsis "The @code{skak} chess fonts redone in Adobe Type 1")
(description
"This package offers Adobe Type 1 versions of the fonts provided as
Metafont source by the @code{skak} bundle.")
(license license:lppl)))
(define-public texlive-skmath (define-public texlive-skmath
(package (package
(name "texlive-skmath") (name "texlive-skmath")