me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-mcite.

* gnu/packages/tex.scm (texlive-mcite): New variable.
master
Nicolas Goaziou 2023-08-29 15:55:16 +02:00
parent de664c2ae7
commit 454145f9a4
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 20 additions and 0 deletions

View File

@ -88463,6 +88463,26 @@ The package also allows writing an R code which processes the results of the
exam and calculates the grades.")
(license license:lppl1.3c)))
(define-public texlive-mcite
(package
(name "texlive-mcite")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/mcite/" "source/latex/mcite/"
"tex/latex/mcite/")
(base32
"1hr8hc5d7ha249a817rgc64jx3nh8k1assbvknd14gbbp3x8wqx7")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/mcite")
(synopsis "Multiple items in a single citation")
(description
"The mcite package allows the user to collapse multiple citations into one, as
is customary in physics journals. The package requires a customised BibTeX
style for its work; the documentation explains how to do that customisation.")
(license license:gpl3+)))
;;;
;;; 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