gnu: Add texlive-namedtensor.

* gnu/packages/tex.scm (texlive-namedtensor): New variable.
This commit is contained in:
Nicolas Goaziou 2023-07-30 16:34:36 +02:00
parent 6357a12f55
commit d7e86e263a
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -5016,6 +5016,23 @@ (define-public texlive-naive-ebnf
Form (EBNF) notation.")
(license license:expat)))
(define-public texlive-namedtensor
(package
(name "texlive-namedtensor")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/namedtensor/"
"tex/latex/namedtensor/")
(base32
"1bsphfy1k9kplfmhn8qcb2y90l5ga1281r5xds4jn73m319n0iq5")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/namedtensor")
(synopsis "Macros for named tensor notation")
(description "This style file provides macros for named tensor notation.")
(license license:expat)))
(define-public texlive-bibtex8
(package
(name "texlive-bibtex8")