gnu: Add texlive-sidenotes.

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

View file

@ -95571,6 +95571,27 @@ (define-public texlive-showlabels
commands.")
(license license:lppl1.3c)))
(define-public texlive-sidenotes
(package
(name "texlive-sidenotes")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/sidenotes/"
"source/latex/sidenotes/"
"tex/latex/sidenotes/")
(base32
"0amrcapvyz9fbh7mqck7pg85nmkr6wgqmyvjj3syjnkshlcpvrr8")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/sidenotes")
(synopsis "Typeset notes containing rich content, in the margin")
(description
"The package allows typesetting of texts with notes, figures, citations,
captions and tables in the margin. This is common (for example) in science
text books.")
(license license:lppl1.3+)))
;;;
;;; 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