mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: Add texlive-econ-bst.
* gnu/packages/tex.scm (texlive-econ-bst): New variable.
This commit is contained in:
parent
daa36d3acd
commit
425fc1ebfb
1 changed files with 21 additions and 0 deletions
|
@ -8040,6 +8040,27 @@ (define-public texlive-ecobiblatex
|
|||
BibLaTeX in the style of the @emph{Global Ecology and Biogeography} journal.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-econ-bst
|
||||
(package
|
||||
(name "texlive-econ-bst")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "bibtex/bst/econ-bst/"
|
||||
"doc/bibtex/econ-bst/")
|
||||
(base32
|
||||
"0nflr827a88yd66bb0mfk86dby1253fxdfrjzx0b4k4zqdljhrbg")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/econ-bst")
|
||||
(synopsis "BibTeX style for economics papers")
|
||||
(description
|
||||
"This is a BibTeX style file for papers in economics. It provides the
|
||||
following features: author-year type citation reference style used in
|
||||
economics papers highly customizable use of certified random order, as
|
||||
proposed by Ray Robson (2018)")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-econometrics
|
||||
(package
|
||||
(name "texlive-econometrics")
|
||||
|
|
Loading…
Reference in a new issue