me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-tablefootnote.

* gnu/packages/tex.scm (texlive-tablefootnote): New variable.
master
Nicolas Goaziou 2023-08-29 16:02:26 +02:00
parent 175cb39095
commit 9a37cbcf2e
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 22 additions and 0 deletions

View File

@ -97087,6 +97087,28 @@ boxes may be absolute, or as a percentage of the width; various other controls
are available.")
(license license:lppl)))
(define-public texlive-tablefootnote
(package
(name "texlive-tablefootnote")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/tablefootnote/"
"source/latex/tablefootnote/"
"tex/latex/tablefootnote/")
(base32
"1179jcgjnsh6plk4kfcyyczjx0xcn2cjdc413kfz4pxmx7592jdn")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/tablefootnote")
(synopsis "Permit footnotes in tables")
(description
"The package provides the command @code{\\tablefootnote} to be used in
a @code{table} or @code{sidewaystable} environment, where @code{\\footnote}
will not work (and when using @code{\\footnotemark} and @code{\\footnotetext},
and adjusting the counter as necessary, is too much work).")
(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