gnu: Add texlive-mathlig.

* gnu/packages/tex.scm (texlive-mathlig): New variable.
This commit is contained in:
Nicolas Goaziou 2023-07-30 16:29:48 +02:00
parent 74bac52787
commit 145e0bdca3
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -4540,6 +4540,24 @@ (define-public texlive-mathfixs
capital Greek letters. It also adds some related macros.") capital Greek letters. It also adds some related macros.")
(license license:lppl1.3+))) (license license:lppl1.3+)))
(define-public texlive-mathlig
(package
(name "texlive-mathlig")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "tex/generic/mathlig/")
(base32
"0pyaqwr2h9knxf1axi55vm6wr9xj15d5j5pagb2011k3b830f91b")))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/mathlig")
(synopsis "Define maths ligatures")
(description
"The package defines character sequences that behave like ligatures, in
maths mode.")
;; The license is basically CC-BY.
(license (license:fsf-free "file://tex/generic/mathlig/mathlig.tex"))))
(define-public texlive-bibtex8 (define-public texlive-bibtex8
(package (package
(name "texlive-bibtex8") (name "texlive-bibtex8")