gnu: Add texlive-matrix-skeleton.

* gnu/packages/tex.scm (texlive-matrix-skeleton): New variable.
This commit is contained in:
Nicolas Goaziou 2023-07-30 16:30:49 +02:00
parent 1a1390ed30
commit ca2240524e
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -4648,6 +4648,28 @@ (define-public texlive-matlab-prettifier
syntax is not complete.)")
(license license:lppl1.3+)))
(define-public texlive-matrix-skeleton
(package
(name "texlive-matrix-skeleton")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/matrix-skeleton/"
"tex/latex/matrix-skeleton/")
(base32
"07mqmc0kli0azp2vlzm8q3lp1b70lyggm2hqnq0v9c0jlfhvj9j7")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/matrix-skeleton")
(synopsis
"PGF/TikZ library that simplifies working with multiple matrix nodes")
(description
"The package provides a PGF/TikZ library that simplifies working with
multiple matrix nodes. To do so, it correctly aligns groups of nodes with the
content of the whole matrix. Furthermore, @code{matrix-skeleton} provides
rows and columns for easy styling.")
(license license:isc)))
(define-public texlive-bibtex8
(package
(name "texlive-bibtex8")