mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: Add texlive-sort-by-letters.
* gnu/packages/tex.scm (texlive-sort-by-letters): New variable.
This commit is contained in:
parent
8046a7753b
commit
682b1c063d
1 changed files with 21 additions and 0 deletions
|
@ -16562,6 +16562,27 @@ (define-public texlive-songs
|
|||
@end itemize")
|
||||
(license license:gpl2)))
|
||||
|
||||
(define-public texlive-sort-by-letters
|
||||
(package
|
||||
(name "texlive-sort-by-letters")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "bibtex/bst/sort-by-letters/"
|
||||
"doc/bibtex/sort-by-letters/")
|
||||
(base32
|
||||
"19zsc6a97q5wjdgxcl7mjlbxzhj5xpfi4zi8ym1962l97dj4a96n")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/sort-by-letters")
|
||||
(synopsis "Bibliography styles for alphabetic sorting")
|
||||
(description
|
||||
"This bundle contains several bibliography styles for separating
|
||||
a document's references by the first letter of the first author/editor in the
|
||||
bibliography entry. The styles are adapted from standard ones or from
|
||||
@code{natbib} ones.")
|
||||
(license license:knuth)))
|
||||
|
||||
(define-public texlive-soup
|
||||
(package
|
||||
(name "texlive-soup")
|
||||
|
|
Loading…
Reference in a new issue