gnu: Add texlive-snaptodo.

* gnu/packages/tex.scm (texlive-snaptodo): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-29 16:01:31 +02:00
parent a3cedd4903
commit 401e990525
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -96074,6 +96074,27 @@ (define-public texlive-snapshot
side effects of routine upgrades to the TeX system.")
(license license:lppl1.3c)))
(define-public texlive-snaptodo
(package
(name "texlive-snaptodo")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/snaptodo/" "tex/latex/snaptodo/")
(base32
"0iya0njq8icvf084ifs76hhbbc50h9livsp499v85r9x77hblmlf")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/snaptodo")
(synopsis "Todo that snaps to the closer side")
(description
"This package is an alternative to @code{todonotes}, from which it differs in
the following ways: depending on where you call @code{\\snaptodo}, the note is
put in the left or the right margin, whichever is closer. The notes bump each
other so they never overlap; the lines never overlap either. Aesthetic and
customizable style.")
(license license:lppl1.3c)))
;;;
;;; 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