gnu: Add texlive-simples-matrices.
* gnu/packages/tex.scm (texlive-simples-matrices): New variable.
This commit is contained in:
parent
7e5d4d7462
commit
4eadd90192
1 changed files with 20 additions and 0 deletions
|
@ -6118,6 +6118,26 @@ rather unwieldy. This package provides a simpler syntax for Wick
|
||||||
contractions.")
|
contractions.")
|
||||||
(license license:lppl1.3+)))
|
(license license:lppl1.3+)))
|
||||||
|
|
||||||
|
(define-public texlive-simples-matrices
|
||||||
|
(package
|
||||||
|
(name "texlive-simples-matrices")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/latex/simples-matrices/"
|
||||||
|
"source/latex/simples-matrices/"
|
||||||
|
"tex/latex/simples-matrices/")
|
||||||
|
(base32
|
||||||
|
"0dvb989qf0ibgax0rjj49y827f9mzls0axdh28a6ar0r6dfvyjb3")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/simples-matrices")
|
||||||
|
(synopsis "Define matrices by given list of values")
|
||||||
|
(description
|
||||||
|
"This package provides macros to define and write matrices whose
|
||||||
|
coefficients are given row by row in a list of values separated by commas.")
|
||||||
|
(license license:lppl1.3c)))
|
||||||
|
|
||||||
(define-public texlive-bibtex8
|
(define-public texlive-bibtex8
|
||||||
(package
|
(package
|
||||||
(name "texlive-bibtex8")
|
(name "texlive-bibtex8")
|
||||||
|
|
Reference in a new issue