me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-namedtensor.

* gnu/packages/tex.scm (texlive-namedtensor): New variable.
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
1 changed files with 17 additions and 0 deletions

View File

@ -5016,6 +5016,23 @@ rendered in a plain-text mode using a simplified Extended Backus-Naur
Form (EBNF) notation.") Form (EBNF) notation.")
(license license:expat))) (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 (define-public texlive-bibtex8
(package (package
(name "texlive-bibtex8") (name "texlive-bibtex8")