gnu: Add texlive-resolsysteme.
* gnu/packages/tex.scm (texlive-resolsysteme): New variable.
This commit is contained in:
parent
2e3885e142
commit
b4fd27a7e1
1 changed files with 30 additions and 0 deletions
|
@ -5787,6 +5787,36 @@ (define-public texlive-rec-thy
|
|||
classes.")
|
||||
(license license:public-domain)))
|
||||
|
||||
(define-public texlive-resolsysteme
|
||||
(package
|
||||
(name "texlive-resolsysteme")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/resolsysteme/"
|
||||
"tex/latex/resolsysteme/")
|
||||
(base32
|
||||
"0g51cmjd5gs0p198sb8v95l8jra6cv6smz2068b1pdpv1fqpmjfv")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/resolsysteme")
|
||||
(synopsis "Work on linear systems using xint or pyluatex")
|
||||
(description
|
||||
"This package provides some commands (in French) to perform calculations
|
||||
on small (2x2 or 3x3 or 4x4) linear systems, with @code{xint} or
|
||||
@code{pyluatex}:
|
||||
|
||||
@itemize
|
||||
@item @code{\\DetMatrice} or @code{\\DetMatricePY} to diplay the determinant
|
||||
of a matrix;
|
||||
@item @code{\\MatriceInverse} or @code{\\MatriceInversePY} to display the
|
||||
inverse of a matrix;
|
||||
@item @code{\\SolutionSysteme} or @code{\\SolutionSystemePY} to display the
|
||||
solution of a linear system;
|
||||
@item @dots{}
|
||||
@end itemize")
|
||||
(license license:lppl1.3c)))
|
||||
|
||||
(define-public texlive-bibtex8
|
||||
(package
|
||||
(name "texlive-bibtex8")
|
||||
|
|
Loading…
Reference in a new issue