gnu: Add texlive-jkmath.

* gnu/packages/tex.scm (texlive-jkmath): New variable.
This commit is contained in:
Nicolas Goaziou 2023-07-30 16:26:15 +02:00
parent 1603f5a22e
commit 3be8631c3e
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -4188,6 +4188,25 @@ (define-public texlive-isomath
symbols.")
(license license:lppl)))
(define-public texlive-jkmath
(package
(name "texlive-jkmath")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/jkmath/" "tex/latex/jkmath/")
(base32
"0gqm6wfarf20yi3cq2h4lbnqp39fif1wg6gpkvbqpy6zlndbdb0r")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/jkmath")
(synopsis "Macros for mathematics that make the code more readable")
(description
"Inspired by the @code{physicspackage}, the package defines some simple
macros for mathematical notation which make the code more readable or allow
flexibility in typesetting material.")
(license license:lppl)))
(define-public texlive-bibtex8
(package
(name "texlive-bibtex8")