ngz pushed a commit to branch master
in repository guix.
commit b4498e41ab8f3af9c9258bca9e70e85d4c1e2464
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Sun Jul 30 16:57:45 2023 +0200
gnu: Add texlive-tensor.
* gnu/packages/tex.scm (texlive-tensor): New variable.
---
gnu/packages/tex.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 24ebea2a49..1555324950 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -6658,6 +6658,27 @@ package requires that shell escape be enabled.")
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")