me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-snotez.

* gnu/packages/tex.scm (texlive-snotez): New variable.
master
Nicolas Goaziou 2023-08-29 16:01:32 +02:00
parent 401e990525
commit 569eeaac78
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 20 additions and 0 deletions

View File

@ -96095,6 +96095,26 @@ other so they never overlap; the lines never overlap either. Aesthetic and
customizable style.") customizable style.")
(license license:lppl1.3c))) (license license:lppl1.3c)))
(define-public texlive-snotez
(package
(name "texlive-snotez")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/snotez/" "tex/latex/snotez/")
(base32
"075aj3lbmqsvsj0vpq79zbdl64ghcym47k2kc6ijfad2k9ygijbm")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/snotez")
(synopsis "Typeset notes, in the margin")
(description
"The package provides a macro @code{\\sidenote}, that places a note in the
margin of the document, with its baseline aligned with the baseline in the
body of the document. These sidenotes are numbered (both in the text, and on
the notes themselves).")
(license license:lppl1.3c)))
;;; ;;;
;;; 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