me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-easy-todo.

* gnu/packages/tex.scm (texlive-easy-todo): New variable.
master
Nicolas Goaziou 2023-08-29 15:48:41 +02:00
parent a11d53c663
commit aa72b3f994
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 19 additions and 0 deletions

View File

@ -79861,6 +79861,25 @@ blocks inside a presentation.")
@end itemize")
(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
;;; of a merge conflict, place them above by existing packages with similar