mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 19:19:20 -05:00
gnu: Add texlive-bestpapers.
* gnu/packages/tex.scm (texlive-bestpapers): New variable.
This commit is contained in:
parent
fae1001a0b
commit
e410e97830
1 changed files with 25 additions and 0 deletions
|
@ -3145,6 +3145,31 @@ (define-public texlive-besjournals
|
|||
Society, and has no formal approval by the BES.")
|
||||
(license license:lppl)))
|
||||
|
||||
(define-public texlive-bestpapers
|
||||
(package
|
||||
(name "texlive-bestpapers")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "bibtex/bst/bestpapers/"
|
||||
"doc/bibtex/bestpapers/")
|
||||
(base32
|
||||
"0c0lp51z5z2707r1hig993gbx78v7zb84wmk3z9iyw08m3bbq34s")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/bestpapers")
|
||||
(synopsis "A BibTeX package to produce lists of authors' best papers")
|
||||
(description
|
||||
"Many people preparing their resumes find the requirement ``please list
|
||||
five (or six, or ten) papers authored by you''. The same requirement is often
|
||||
stated for reports prepared by professional teams. The creation of such lists
|
||||
may be a cumbersome task. Even more difficult is it to support such lists
|
||||
over the time, when new papers are added. The BibTeX style
|
||||
@file{bestpapers.bst} is intended to facilitate this task. It is based on the
|
||||
idea that it is easier to score than to sort: we can assign a score to a paper
|
||||
and then let the computer select the papers with highest scores.")
|
||||
(license license:public-domain)))
|
||||
|
||||
(define-public texlive-betababel
|
||||
(package
|
||||
(name "texlive-betababel")
|
||||
|
|
Loading…
Reference in a new issue