mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-12 09:56:14 -05:00
gnu: Add texlive-nicematrix.
* gnu/packages/tex.scm (texlive-nicematrix): New variable.
This commit is contained in:
parent
1c84638285
commit
b2a6477a29
1 changed files with 25 additions and 0 deletions
|
@ -5095,6 +5095,31 @@ (define-public texlive-nchairx
|
|||
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")
|
||||
|
|
Loading…
Reference in a new issue