gnu: Add texlive-sepfootnotes.

* gnu/packages/tex.scm (texlive-sepfootnotes): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-29 16:00:46 +02:00
parent 803f13b92e
commit 1a0f70ca98
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -95155,6 +95155,27 @@ (define-public texlive-semtex
packages.")
(license license:lppl1.3c)))
(define-public texlive-sepfootnotes
(package
(name "texlive-sepfootnotes")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/sepfootnotes/"
"tex/latex/sepfootnotes/")
(base32
"1k9hi6vffn10j75gw5pjxjqila2dyvlv6s1b8r4m4s0mad24498f")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/sepfootnotes")
(synopsis "Support footnotes and endnotes from separate files")
(description
"The package supports footnotes and endnotes from separate files. This is
achieved with commands @code{\\sepfootnotecontent} and @code{\\sepfootnote};
the former defines the content of a note, while the latter typesets that
note.")
(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