gnu: Add texlive-mciteplus.

* gnu/packages/tex.scm (texlive-mciteplus): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-29 15:55:17 +02:00
parent 454145f9a4
commit a20d9dde9c
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -88483,6 +88483,28 @@ (define-public texlive-mcite
style for its work; the documentation explains how to do that customisation.")
(license license:gpl3+)))
(define-public texlive-mciteplus
(package
(name "texlive-mciteplus")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "bibtex/bst/mciteplus/"
"doc/latex/mciteplus/"
"tex/latex/mciteplus/")
(base32
"1j6dhj5rcxlx7824060yq5fixhbccz6qjns52d8v2vrs11rgw2q5")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/mciteplus")
(synopsis "Enhanced multiple citations")
(description
"The @code{mciteplus} LaTeX package is an enhanced reimplementation of
@code{mcite} package which provides support for the grouping of multiple
citations together as is often done in physics journals. An extensive set of
features provide for other applications such as reference sublisting.")
(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