gnu: Add texlive-minorrevision.
* gnu/packages/tex.scm (texlive-minorrevision): New variable.
This commit is contained in:
parent
ed70100944
commit
ac2ae8fa17
1 changed files with 23 additions and 0 deletions
|
|
@ -88976,6 +88976,29 @@ be used like minipage) --- and the internal commands may be used by other
|
||||||
packages to define similar environments or commands.")
|
packages to define similar environments or commands.")
|
||||||
(license license:lppl)))
|
(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
|
;;; 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
|
;;; of a merge conflict, place them above by existing packages with similar
|
||||||
|
|
|
||||||
Reference in a new issue