mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-06 03:17:15 -05:00
gnu: Add texlive-namedtensor.
* gnu/packages/tex.scm (texlive-namedtensor): New variable.
This commit is contained in:
parent
6357a12f55
commit
d7e86e263a
1 changed files with 17 additions and 0 deletions
|
@ -5016,6 +5016,23 @@ (define-public texlive-naive-ebnf
|
||||||
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")
|
||||||
|
|
Loading…
Reference in a new issue