gnu: Add texlive-multibbl.
* gnu/packages/tex.scm (texlive-multibbl): New variable.
This commit is contained in:
parent
b44ae69b03
commit
d39f413fbe
1 changed files with 21 additions and 0 deletions
|
@ -89564,6 +89564,27 @@ (define-public texlive-multiaudience
|
|||
different audiences.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-multibbl
|
||||
(package
|
||||
(name "texlive-multibbl")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/multibbl/"
|
||||
"source/latex/multibbl/"
|
||||
"tex/latex/multibbl/")
|
||||
(base32
|
||||
"06abaw5disihnjg1x5zd7y413rrqmwq10pqjw2hkn9frak2xmhaw")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/multibbl")
|
||||
(synopsis "Multiple bibliographies")
|
||||
(description
|
||||
"The package @code{multibbl} redefines the standard bibliographic commands so
|
||||
that one can generate multiple reference sections. Each section has it own
|
||||
auxiliary file (for use with BibTeX) and title.")
|
||||
(license license:lppl)))
|
||||
|
||||
;;;
|
||||
;;; Avoid adding new packages to the end of this file. To reduce the chances
|
||||
;;; of a merge conflict, place them above by existing packages with similar
|
||||
|
|
Loading…
Reference in a new issue