mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-20 09:43:43 -05:00
gnu: Add texlive-threeparttablex.
* gnu/packages/tex.scm (texlive-threeparttablex): New variable.
This commit is contained in:
parent
a7288095b5
commit
5c608de993
1 changed files with 15 additions and 0 deletions
|
@ -10947,3 +10947,18 @@ (define-public texlive-xpatch
|
|||
(description "The package generalises the macro patching commands
|
||||
provided by Philipp Lehmann’s etoolbox.")
|
||||
(license license:lppl1.3c+)))
|
||||
|
||||
(define-public texlive-threeparttablex
|
||||
(package
|
||||
(inherit (simple-texlive-package
|
||||
"texlive-threeparttablex"
|
||||
(list "doc/latex/threeparttablex/"
|
||||
"tex/latex/threeparttablex/")
|
||||
(base32
|
||||
"19pvw2ifswxcf8dxw0mzjmqhl592477w5hcfh97f4wpya0dv2m9p")
|
||||
#:trivial? #t))
|
||||
(home-page "https://www.ctan.org/pkg/threeparttablex")
|
||||
(synopsis "Notes in longtables")
|
||||
(description "The package provides the functionality of the
|
||||
threeparttable package to tables created using the longtable package.")
|
||||
(license license:lppl1.3+)))
|
||||
|
|
Loading…
Reference in a new issue