mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
gnu: Add texlive-fn2end.
* gnu/packages/tex.scm (texlive-fn2end): New variable.
This commit is contained in:
parent
caac3c3dd0
commit
d2bc8bc7c2
1 changed files with 19 additions and 0 deletions
|
@ -82560,6 +82560,25 @@ (define-public texlive-fmp
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue