mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-12 09:56:14 -05:00
gnu: Add texlive-numerica-plus.
* gnu/packages/tex.scm (texlive-numerica-plus): New variable.
This commit is contained in:
parent
d3b7c6e821
commit
8500ee3844
1 changed files with 20 additions and 0 deletions
|
@ -5184,6 +5184,26 @@ (define-public texlive-numerica
|
|||
numerical exploration are possible within the document being worked on.")
|
||||
(license license:lppl1.3c)))
|
||||
|
||||
(define-public texlive-numerica-plus
|
||||
(package
|
||||
(name "texlive-numerica-plus")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/numerica-plus/"
|
||||
"tex/latex/numerica-plus/")
|
||||
(base32
|
||||
"070c2v4y6zwjbq6ydczbl1d86yzv5nvdw9grgcpl7kvf6w8i2d9d")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/numerica-plus")
|
||||
(synopsis "Iteration and recurrence relations")
|
||||
(description
|
||||
"The package defines commands to iterate functions of a single variable,
|
||||
find fixed points, zeros and extrema of such functions, and calculate the
|
||||
terms of recurrence relations.")
|
||||
(license license:lppl1.3c)))
|
||||
|
||||
(define-public texlive-bibtex8
|
||||
(package
|
||||
(name "texlive-bibtex8")
|
||||
|
|
Loading…
Reference in a new issue