mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-08 20:30:05 -05:00
gnu: Add texlive-besjournals.
* gnu/packages/tex.scm (texlive-besjournals): New variable.
This commit is contained in:
parent
475ee754f4
commit
fae1001a0b
1 changed files with 21 additions and 0 deletions
|
@ -3124,6 +3124,27 @@ (define-public texlive-bengali
|
|||
supports Assamese.")
|
||||
(license license:lppl)))
|
||||
|
||||
(define-public texlive-besjournals
|
||||
(package
|
||||
(name "texlive-besjournals")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "bibtex/bst/besjournals/"
|
||||
"doc/bibtex/besjournals/")
|
||||
(base32
|
||||
"1mcc5xa56j17h6wv9b111qypw6ff4mg0skapa4wq79lb8p3l1cmv")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/besjournals-bst")
|
||||
(synopsis
|
||||
"Bibliographies suitable for British Ecological Society journals")
|
||||
(description
|
||||
"The package provides a BibTeX style for use with journals published by
|
||||
the British Ecological Society. The style was produced independently of the
|
||||
Society, and has no formal approval by the BES.")
|
||||
(license license:lppl)))
|
||||
|
||||
(define-public texlive-betababel
|
||||
(package
|
||||
(name "texlive-betababel")
|
||||
|
|
Loading…
Reference in a new issue