[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
135/245: gnu: Add texlive-mattens.
From: |
guix-commits |
Subject: |
135/245: gnu: Add texlive-mattens. |
Date: |
Sun, 30 Jul 2023 13:46:51 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 42d9e08f9edddc7470263636d93695e975c7150b
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 30 16:30:58 2023 +0200
gnu: Add texlive-mattens.
* gnu/packages/tex.scm (texlive-mattens): 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 33c63ee9fc..df4067044b 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4670,6 +4670,27 @@ content of the whole matrix. Furthermore,
@code{matrix-skeleton} provides
rows and columns for easy styling.")
(license license:isc)))
+(define-public texlive-mattens
+ (package
+ (name "texlive-mattens")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/mattens/" "source/latex/mattens/"
+ "tex/latex/mattens/")
+ (base32
+ "18v2hypd9vkxk3anixvgf16rmsjzq3apm6s7qxrkk4vyrgrahsnj")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/mattens")
+ (synopsis "Matrices and tensor typesetting")
+ (description
+ "The @code{mattens} package contains the definitions to typeset matrices,
+vectors and tensors as used in the engineering community for the
+representation of common vectors and tensors such as forces, velocities,
+moments of inertia, etc.")
+ (license license:lppl1.3c)))
+
(define-public texlive-bibtex8
(package
(name "texlive-bibtex8")
- 99/245: gnu: Add texlive-grundgesetze., (continued)
- 99/245: gnu: Add texlive-grundgesetze., guix-commits, 2023/07/30
- 110/245: gnu: Add texlive-interval., guix-commits, 2023/07/30
- 126/245: gnu: Add texlive-mathcommand., guix-commits, 2023/07/30
- 127/245: gnu: Add texlive-mathcomp., guix-commits, 2023/07/30
- 125/245: gnu: Add texlive-lstbayes., guix-commits, 2023/07/30
- 128/245: gnu: Add texlive-mathfixs., guix-commits, 2023/07/30
- 124/245: gnu: Add texlive-lplfitch., guix-commits, 2023/07/30
- 132/245: gnu: Add texlive-mathsemantics., guix-commits, 2023/07/30
- 137/245: gnu: Add texlive-membranecomputing., guix-commits, 2023/07/30
- 136/245: gnu: Add texlive-mecaso., guix-commits, 2023/07/30
- 135/245: gnu: Add texlive-mattens.,
guix-commits <=
- 139/245: gnu: Add texlive-messagepassing., guix-commits, 2023/07/30
- 133/245: gnu: Add texlive-matlab-prettifier., guix-commits, 2023/07/30
- 143/245: gnu: Add texlive-mhequ., guix-commits, 2023/07/30
- 159/245: gnu: Add texlive-objectz., guix-commits, 2023/07/30
- 145/245: gnu: Add texlive-mismath., guix-commits, 2023/07/30
- 146/245: gnu: Add texlive-multiobjective., guix-commits, 2023/07/30
- 150/245: gnu: Add texlive-natded., guix-commits, 2023/07/30
- 160/245: gnu: Add texlive-oplotsymbl., guix-commits, 2023/07/30
- 173/245: gnu: Add texlive-prftree., guix-commits, 2023/07/30
- 176/245: gnu: Add texlive-proof-at-the-end., guix-commits, 2023/07/30