mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
gnu: Add texlive-mnotes.
* gnu/packages/tex.scm (texlive-mnotes): New variable.
This commit is contained in:
parent
13e3f55b48
commit
65b3e55d15
1 changed files with 19 additions and 0 deletions
|
@ -89118,6 +89118,25 @@ (define-public texlive-mmap
|
||||||
including the ability to re-encode Knuth's basic mathematics fonts.")
|
including the ability to re-encode Knuth's basic mathematics fonts.")
|
||||||
(license license:lppl)))
|
(license license:lppl)))
|
||||||
|
|
||||||
|
(define-public texlive-mnotes
|
||||||
|
(package
|
||||||
|
(name "texlive-mnotes")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/latex/mnotes/" "source/latex/mnotes/"
|
||||||
|
"tex/latex/mnotes/")
|
||||||
|
(base32
|
||||||
|
"01bd57f9k0g1dp866jj66m6mrcp6483imqxp4nx05s5m6pivs2ff")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/mnotes")
|
||||||
|
(synopsis "Margin annotation for collaborative writing")
|
||||||
|
(description
|
||||||
|
"The package provides a flexible mechanism for annotating, and commenting upon,
|
||||||
|
collaboratively-written documents.")
|
||||||
|
(license license:lppl1.3+)))
|
||||||
|
|
||||||
;;;
|
;;;
|
||||||
;;; 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
|
||||||
|
|
Loading…
Reference in a new issue