mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
gnu: Add texlive-splitbib.
* gnu/packages/tex.scm (texlive-splitbib): New variable.
This commit is contained in:
parent
682b1c063d
commit
57f2c35044
1 changed files with 21 additions and 0 deletions
|
@ -16652,6 +16652,27 @@ (define-public texlive-spbmark
|
|||
in text and math mode.")
|
||||
(license license:cc-by4.0)))
|
||||
|
||||
(define-public texlive-splitbib
|
||||
(package
|
||||
(name "texlive-splitbib")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/splitbib/"
|
||||
"source/latex/splitbib/"
|
||||
"tex/latex/splitbib/")
|
||||
(base32
|
||||
"18jhdrj9zfnqr4wyazxsqng6a88fwgkw2ka03qskjps8s9pc2fw7")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/splitbib")
|
||||
(synopsis "Split and reorder your bibliography")
|
||||
(description
|
||||
"This package enables you to split a bibliography into several categories
|
||||
and subcategories. It does not depend on BibTeX: any bibliography may be
|
||||
split and reordered.")
|
||||
(license license:lppl)))
|
||||
|
||||
(define-public texlive-stage
|
||||
(package
|
||||
(name "texlive-stage")
|
||||
|
|
Loading…
Reference in a new issue