gnu: Add texlive-easy-todo.
* gnu/packages/tex.scm (texlive-easy-todo): New variable.
This commit is contained in:
parent
a11d53c663
commit
aa72b3f994
1 changed files with 19 additions and 0 deletions
|
@ -79861,6 +79861,25 @@ blocks inside a presentation.")
|
||||||
@end itemize")
|
@end itemize")
|
||||||
(license license:lppl)))
|
(license license:lppl)))
|
||||||
|
|
||||||
|
(define-public texlive-easy-todo
|
||||||
|
(package
|
||||||
|
(name "texlive-easy-todo")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/latex/easy-todo/"
|
||||||
|
"tex/latex/easy-todo/")
|
||||||
|
(base32
|
||||||
|
"0wzpqd8pq5cpxdaqfwz5knpvrjjhwpvl6yq25h86zk3jxmyag88r")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/easy-todo")
|
||||||
|
(synopsis "To-do notes in a document")
|
||||||
|
(description
|
||||||
|
"The package provides to-do notes throughout a document, and will provide an
|
||||||
|
index of things to do.")
|
||||||
|
(license license:asl2.0)))
|
||||||
|
|
||||||
;;;
|
;;;
|
||||||
;;; 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