me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-footnotehyper.

* gnu/packages/tex.scm (texlive-footnotehyper): New variable.
Nicolas Goaziou 2023-06-18 16:08:08 +02:00
parent 18f6ab04e9
commit 3cac23ebb5
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 21 additions and 0 deletions

View File

@ -6160,6 +6160,27 @@ footnotes with symbols rather than numbers.")
(define-deprecated-package texlive-latex-footmisc texlive-footmisc)
(define-public texlive-footnotehyper
(package
(name "texlive-footnotehyper")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/footnotehyper/"
"source/latex/footnotehyper/"
"tex/latex/footnotehyper/")
(base32
"0f8d13zr07bl295rvpagj99s9fn4dgrcjzv1xpjmla3h6xhrv914")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/footnotehyper")
(synopsis "hyperref aware @file{footnote.sty}")
(description
"The @code{footnote} package by Mark Wooding dates back to 1997 and has
not been made @code{hyperref} compatible. The aim of the present package is
to do that.")
(license license:lppl1.3c)))
(define-public texlive-letltxmacro
(package
(name "texlive-letltxmacro")