mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
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 @@ (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
|
||||
|
|
Loading…
Reference in a new issue