mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
gnu: Add texlive-econometrics.
* gnu/packages/tex.scm (texlive-econometrics): New variable.
This commit is contained in:
parent
f88398ed50
commit
fc72b710d1
1 changed files with 23 additions and 0 deletions
|
@ -3283,6 +3283,29 @@ (define-public texlive-easing
|
|||
to the PGF mathematical engine.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-econometrics
|
||||
(package
|
||||
(name "texlive-econometrics")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/econometrics/"
|
||||
"tex/latex/econometrics/")
|
||||
(base32
|
||||
"09sjgdsa93pfz7iha335z4xdh80939iqrwr3jxdmdxjyracz61vs")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/econometrics")
|
||||
(synopsis
|
||||
"Simplified mathematic notation in economic and econometric writing")
|
||||
(description
|
||||
"Econometrics is a package that defines some commands that simplify
|
||||
mathematic notation in economic and econometrics writing. The commands are
|
||||
related to the notation of vectors, matrices, sets, calligraphic and roman
|
||||
letters statistical distributions constants and symbols matrix operators and
|
||||
statistical operators.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-bibtex8
|
||||
(package
|
||||
(name "texlive-bibtex8")
|
||||
|
|
Loading…
Reference in a new issue