mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: Add texlive-multibib.
* gnu/packages/tex.scm (texlive-multibib): New variable.
This commit is contained in:
parent
b3ce1caa47
commit
86c456433b
1 changed files with 24 additions and 0 deletions
|
@ -13404,6 +13404,30 @@ (define-public texlive-mltex
|
|||
distributed as a TeX change file.")
|
||||
(license license:knuth)))
|
||||
|
||||
(define-public texlive-multibib
|
||||
(package
|
||||
(name "texlive-multibib")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "bibtex/bst/multibib/" "doc/latex/multibib/"
|
||||
"makeindex/multibib/"
|
||||
"source/latex/multibib/"
|
||||
"tex/latex/multibib/")
|
||||
(base32
|
||||
"1m16vi9fj2yc49a6iqcccd7yay26i8zpyzzsgxywlrp4ijrx4hqc")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/multibib")
|
||||
(synopsis "Multiple bibliographies within one document")
|
||||
(description
|
||||
"The package the creation of references to multiple bibliographies within
|
||||
one document. It thus provides complementary functionality to packages like
|
||||
@code{bibunits} and @code{chapterbib}, which allow the creation of one
|
||||
bibliography for multiple, but different parts of the document. Multibib is
|
||||
compatible with @code{inlinebib}, @code{natbib}, and @code{koma-script}.")
|
||||
(license license:lppl)))
|
||||
|
||||
(define-public texlive-multiobjective
|
||||
(package
|
||||
(name "texlive-multiobjective")
|
||||
|
|
Loading…
Reference in a new issue