gnu: Add texlive-minorrevision.

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

View file

@ -88976,6 +88976,29 @@ (define-public texlive-minipage-marginpar
packages to define similar environments or commands.")
(license license:lppl)))
(define-public texlive-minorrevision
(package
(name "texlive-minorrevision")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/minorrevision/"
"tex/latex/minorrevision/")
(base32
"1ijamqhl709877z3rcfbvcsgjsw611ag7swx1brk2rgzz4llyjqj")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/minorrevision")
(synopsis "Quote and refer to a manuscript for minor revisions")
(description
"The package supports those who publish articles in peer-reviewed journals.
In the final stages of the review process, the authors typically have to
provide an additional document (such as a letter to the editors), in which
they provide a list of modifications that they made to the manuscript. The
package automatically provides line numbers and quotations from the
manuscript, for this letter.")
(license license:lppl1.2+)))
;;;
;;; 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