gnu: Add texlive-parnotes.

* gnu/packages/tex.scm (texlive-parnotes): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-29 15:57:39 +02:00
parent 0ae903106b
commit 40b4f1d932
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -91408,6 +91408,25 @@ (define-public texlive-paresse
@code{\\Omega}.")
(license license:lppl1.3c)))
(define-public texlive-parnotes
(package
(name "texlive-parnotes")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/parnotes/" "tex/latex/parnotes/")
(base32
"129wgpd2bwff2g8w6ihjpz2l6n4hyl6bs12g502xd1y89a7g1f0x")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/parnotes")
(synopsis "Notes after every paragraph (or elsewhere)")
(description
"The package provides the @code{\\parnote} command. The notes are set as
running paragraphs; placement is at the end of each paragraph, or manually,
using the @code{\\parnotes} command.")
(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