mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-16 16:08:04 -05:00
gnu: Add texlive-easyreview.
* gnu/packages/tex.scm (texlive-easyreview): New variable.
This commit is contained in:
parent
5593ae452a
commit
1218ca2834
1 changed files with 23 additions and 0 deletions
|
@ -79995,6 +79995,29 @@ (define-public texlive-easylist
|
|||
unlimited depth).")
|
||||
(license license:lppl)))
|
||||
|
||||
(define-public texlive-easyreview
|
||||
(package
|
||||
(name "texlive-easyreview")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/easyreview/"
|
||||
"source/latex/easyreview/"
|
||||
"tex/latex/easyreview/")
|
||||
(base32
|
||||
"1r0mqqvqn0sd3cv0lhch3v0lkh68z8qx7887zh7i828fkm5x29sm")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/easyreview")
|
||||
(synopsis
|
||||
"Provide a way to review (or perform editorial process) in LaTeX")
|
||||
(description
|
||||
"The easyReview package provides a way to review (or perform editorial
|
||||
process) in LaTeX. You can use the provided commands to claim attention in
|
||||
different ways to part of the text, or even to indicate that a text was added,
|
||||
needs to be removed, needs to be replaced and add comments to the text.")
|
||||
(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
|
||||
|
|
Loading…
Reference in a new issue