gnu: Add texlive-skmath.

* gnu/packages/tex.scm (texlive-skmath): New variable.
This commit is contained in:
Nicolas Goaziou 2023-07-30 16:49:38 +02:00
parent 592006c73a
commit 1fc9a69e13
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -6200,6 +6200,25 @@ (define-public texlive-siunits
by @code{siunitx}; @code{siunits} has maintenance-only support, now.")
(license license:lppl1.3+)))
(define-public texlive-skmath
(package
(name "texlive-skmath")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/skmath/" "source/latex/skmath/"
"tex/latex/skmath/")
(base32
"0si369hs7550v26mm3wcp69vnyr5ci2iqa6k2b8nv8wbjpcsb9jc")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/skmath")
(synopsis "Extensions to the maths command repertoire")
(description
"The package provides a selection of new maths commands and improved
re-definitions of existing commands.")
(license license:lppl1.3+)))
(define-public texlive-bibtex8
(package
(name "texlive-bibtex8")