me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-drawmatrix.

* gnu/packages/tex.scm (texlive-drawmatrix): New variable.
Nicolas Goaziou 2023-07-30 15:51:47 +02:00
parent e4a7e37b10
commit 1e81d36897
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 21 additions and 0 deletions

View File

@ -3200,6 +3200,27 @@ such lists. Applications in mind belonged to LaTeX, but the package should
work with other formats as well.")
(license license:lppl1.3+)))
(define-public texlive-drawmatrix
(package
(name "texlive-drawmatrix")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/drawmatrix/"
"source/latex/drawmatrix/"
"tex/latex/drawmatrix/")
(base32
"14y9xah06ya8krg7ckmhbmxs113g1vw0x2ryldapww7qi08i78yx")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/drawmatrix")
(synopsis "Draw visual representations of matrices in LaTeX")
(description
"The package provides macros to visually represent matrices. Various
options allow to change the visualizations, e.g., drawing rectangular,
triangular, or banded matrices.")
(license license:expat)))
(define-public texlive-bibtex8
(package
(name "texlive-bibtex8")