[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
153/245: gnu: Add texlive-nicematrix.
From: |
guix-commits |
Subject: |
153/245: gnu: Add texlive-nicematrix. |
Date: |
Sun, 30 Jul 2023 13:46:55 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit b2a6477a292a8b2e37c7d49801980fa7659744be
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 30 16:35:24 2023 +0200
gnu: Add texlive-nicematrix.
* gnu/packages/tex.scm (texlive-nicematrix): New variable.
---
gnu/packages/tex.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index b61925e02c..8366f42982 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -5095,6 +5095,31 @@ physics at the University of Wurzburg as a collection of
macros and predefined
environments for quickly creating nice mathematical documents.")
(license license:lppl1.3+)))
+(define-public texlive-nicematrix
+ (package
+ (name "texlive-nicematrix")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/nicematrix/"
+ "source/latex/nicematrix/"
+ "tex/latex/nicematrix/")
+ (base32
+ "0pvl6dj152n38phk8vpknhk253r8vdkm64wg55zk6fa4d4a158fy")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/nicematrix")
+ (synopsis "Improve the typesetting of mathematical matrices with PGF")
+ (description
+ "This package is based on the package @code{array}. It creates PGF/TikZ
+nodes under the cells of the array and uses these nodes to provide
+functionalities to construct tabulars, arrays and matrices. Among the
+features, it provides: continuous dotted lines for the mathematical matrices;
+exterior rows and columns (so-called border matrices); control of the width of
+the columns; tools to color rows and columns with a good PDF result; blocks of
+cells; etc.")
+ (license license:lppl1.3+)))
+
(define-public texlive-bibtex8
(package
(name "texlive-bibtex8")
- 103/245: gnu: Add texlive-hep-reference., (continued)
- 103/245: gnu: Add texlive-hep-reference., guix-commits, 2023/07/30
- 123/245: gnu: Add texlive-lpform., guix-commits, 2023/07/30
- 130/245: gnu: Add texlive-mathpartir., guix-commits, 2023/07/30
- 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 <=
- 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, 2023/07/30
- 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