mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-03 08:36:32 +01:00
gnu: Add texlive-footnotehyper.
* gnu/packages/tex.scm (texlive-footnotehyper): New variable.
This commit is contained in:
parent
18f6ab04e9
commit
3cac23ebb5
1 changed files with 21 additions and 0 deletions
|
@ -6160,6 +6160,27 @@ (define-public texlive-footmisc
|
||||||
|
|
||||||
(define-deprecated-package texlive-latex-footmisc texlive-footmisc)
|
(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
|
(define-public texlive-letltxmacro
|
||||||
(package
|
(package
|
||||||
(name "texlive-letltxmacro")
|
(name "texlive-letltxmacro")
|
||||||
|
|
Loading…
Reference in a new issue