[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
149/245: gnu: Add texlive-namedtensor.
From: |
guix-commits |
Subject: |
149/245: gnu: Add texlive-namedtensor. |
Date: |
Sun, 30 Jul 2023 13:46:54 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit d7e86e263a62180a46186ae909ef5f609d9db134
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 30 16:34:36 2023 +0200
gnu: Add texlive-namedtensor.
* gnu/packages/tex.scm (texlive-namedtensor): New variable.
---
gnu/packages/tex.scm | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 131aed76de..c016612f72 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -5016,6 +5016,23 @@ rendered in a plain-text mode using a simplified
Extended Backus-Naur
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")
- 138/245: gnu: Add texlive-memorygraphs., (continued)
- 138/245: gnu: Add texlive-memorygraphs., guix-commits, 2023/07/30
- 134/245: gnu: Add texlive-matrix-skeleton., guix-commits, 2023/07/30
- 144/245: gnu: Add texlive-miller., guix-commits, 2023/07/30
- 140/245: gnu: Add texlive-mgltex., guix-commits, 2023/07/30
- 142/245: gnu: Add texlive-mhchem., guix-commits, 2023/07/30
- 141/245: gnu: Add texlive-chemgreek., guix-commits, 2023/07/30
- 147/245: gnu: Add texlive-filecontentsdef., guix-commits, 2023/07/30
- 153/245: gnu: Add texlive-nicematrix., guix-commits, 2023/07/30
- 148/245: gnu: Add texlive-naive-ebnf., guix-commits, 2023/07/30
- 154/245: gnu: Add texlive-nuc., guix-commits, 2023/07/30
- 149/245: gnu: Add texlive-namedtensor.,
guix-commits <=
- 152/245: gnu: Add texlive-nchairx., guix-commits, 2023/07/30
- 156/245: gnu: Add texlive-numerica., guix-commits, 2023/07/30
- 157/245: gnu: Add texlive-numerica-plus., guix-commits, 2023/07/30
- 151/245: gnu: Add texlive-nath., guix-commits, 2023/07/30
- 155/245: gnu: Add texlive-nucleardata., guix-commits, 2023/07/30
- 167/245: gnu: Add texlive-physconst., guix-commits, 2023/07/30
- 163/245: gnu: Add texlive-overarrows., guix-commits, 2023/07/30
- 172/245: gnu: Add texlive-polexpr., guix-commits, 2023/07/30
- 169/245: gnu: Add texlive-physunits., guix-commits, 2023/07/30
- 166/245: gnu: Add texlive-pfdicons., guix-commits, 2023/07/30