mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: Add texlive-nmbib.
* gnu/packages/tex.scm (texlive-nmbib): New variable.
This commit is contained in:
parent
7d4d8932e6
commit
4389c1b32a
1 changed files with 22 additions and 0 deletions
|
@ -14036,6 +14036,28 @@ (define-public texlive-nimsticks
|
|||
objects.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public texlive-nmbib
|
||||
(package
|
||||
(name "texlive-nmbib")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "bibtex/bst/nmbib/" "doc/latex/nmbib/"
|
||||
"source/latex/nmbib/" "tex/latex/nmbib/")
|
||||
(base32
|
||||
"17snspchv0yafz062h59gs9px4dwjk99pwfyxcraw9243k2gd79g")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/nmbib")
|
||||
(synopsis "Multiple versions of a bibliography, with different sort orders")
|
||||
(description
|
||||
"This package is a rewrite of the @code{multibibliography} package
|
||||
providing multiple bibliographies with different sorting. The new version
|
||||
offers a number of citation commands, streamlines the creation of
|
||||
bibliographies, ensures compatibility with the @code{natbib} package, and
|
||||
provides other improvements.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-nnext
|
||||
(package
|
||||
(name "texlive-nnext")
|
||||
|
|
Loading…
Reference in a new issue