gnu: Add texlive-tensor.

* gnu/packages/tex.scm (texlive-tensor): New variable.
This commit is contained in:
Nicolas Goaziou 2023-07-30 16:57:45 +02:00
parent a533856e94
commit b4498e41ab
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -6658,6 +6658,27 @@ (define-public texlive-tensind
index placement.")
(license license:expat)))
(define-public texlive-tensor
(package
(name "texlive-tensor")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/tensor/" "source/latex/tensor/"
"tex/latex/tensor/")
(base32
"0rc3mswkwlacfwcz2dbvl3glkwkkyji8aiqa837wr0h8rd7jfl2g")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/tensor")
(synopsis "Typeset tensors")
(description
"This allows the user to set tensor-style super- and subscripts with
offsets between successive indices. It supports the typesetting of tensors
with mixed upper and lower indices with spacing, also typeset preposed
indices.")
(license license:lppl)))
(define-public texlive-bibtex8
(package
(name "texlive-bibtex8")