mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
gnu: Add texlive-drawmatrix.
* gnu/packages/tex.scm (texlive-drawmatrix): New variable.
This commit is contained in:
parent
e4a7e37b10
commit
1e81d36897
1 changed files with 21 additions and 0 deletions
|
@ -3200,6 +3200,27 @@ (define-public texlive-dowith
|
|||
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")
|
||||
|
|
Loading…
Reference in a new issue