mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: Add texlive-tablefootnote.
* gnu/packages/tex.scm (texlive-tablefootnote): New variable.
This commit is contained in:
parent
175cb39095
commit
9a37cbcf2e
1 changed files with 22 additions and 0 deletions
|
@ -97087,6 +97087,28 @@ (define-public texlive-tableaux
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue