me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-fn2end.

* gnu/packages/tex.scm (texlive-fn2end): New variable.
master
Nicolas Goaziou 2023-08-29 15:50:34 +02:00
parent caac3c3dd0
commit d2bc8bc7c2
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 19 additions and 0 deletions

View File

@ -82560,6 +82560,25 @@ standard one or two column layout.")
(description "This package allows including functional MetaPost in LaTeX.")
(license license:lppl)))
(define-public texlive-fn2end
(package
(name "texlive-fn2end")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/fn2end/" "tex/latex/fn2end/")
(base32
"1d1gpl3inhimzylrkx0pjl1xjczf2qp9m3823kj8s8kw0y54bg61")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/fn2end")
(synopsis "Convert footnotes to endnotes")
(description
"This package defines macros @code{\\makeendnotes}, which converts
@code{\\footnote} to produce endnotes; and @code{\\theendnotes} which prints
them out.")
(license license:public-domain)))
;;;
;;; 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