mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: Add texlive-snaptodo.
* gnu/packages/tex.scm (texlive-snaptodo): New variable.
This commit is contained in:
parent
a3cedd4903
commit
401e990525
1 changed files with 21 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue