me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-fixmetodonotes.

* gnu/packages/tex.scm (texlive-fixmetodonotes): New variable.
master
Nicolas Goaziou 2023-08-29 15:50:20 +02:00
parent a402329ea6
commit fb6232a1d6
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 21 additions and 0 deletions

View File

@ -82287,6 +82287,27 @@ levels and layouts, the possibility to register multiple authors, to reference
annotations by listing and indexing etc.")
(license license:lppl1.3+)))
(define-public texlive-fixmetodonotes
(package
(name "texlive-fixmetodonotes")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/fixmetodonotes/"
"source/latex/fixmetodonotes/"
"tex/latex/fixmetodonotes/")
(base32
"100rxmm6v99v02n76rfiahmv5947v1cfnkch4ylax11ipd3s9jnk")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/fixmetodonotes")
(synopsis "Add notes on document development")
(description
"The package provides tools to highlight @samp{FIXME} and @samp{TODO}
annotations. The command @code{\\listofnotes} prints a list of outstanding
notes, with links to the pages on which they appear.")
(license license:public-domain)))
;;;
;;; 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