mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
gnu: Add texlive-ltablex.
* gnu/packages/tex.scm (texlive-ltablex): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
69d2ca4035
commit
734805d15d
1 changed files with 17 additions and 0 deletions
|
@ -11207,3 +11207,20 @@ (define-public texlive-tracklang
|
||||||
been requested by the user. Generic TeX code is in @code{tracklang.tex} for
|
been requested by the user. Generic TeX code is in @code{tracklang.tex} for
|
||||||
non-LaTeX users.")
|
non-LaTeX users.")
|
||||||
(license license:lppl1.3+)))
|
(license license:lppl1.3+)))
|
||||||
|
|
||||||
|
(define-public texlive-ltablex
|
||||||
|
(package
|
||||||
|
(inherit
|
||||||
|
(simple-texlive-package
|
||||||
|
"texlive-ltablex"
|
||||||
|
(list "doc/latex/ltablex/" "tex/latex/ltablex/")
|
||||||
|
(base32 "14lmgj820j6zwj1xnd6ad38kzb9w132kp7sp55cv5bk9vhx3621w")
|
||||||
|
#:trivial? #t))
|
||||||
|
(home-page "https://ctan.org/pkg/ltablex")
|
||||||
|
(synopsis "Table package extensions")
|
||||||
|
(description
|
||||||
|
"The @code{ltablex} package modifies the @code{tabularx} environment to
|
||||||
|
combine the features of the @code{tabularx} package (auto-sized columns in a
|
||||||
|
fixed-width table) with those of the @code{longtable} package (multi-page
|
||||||
|
tables).")
|
||||||
|
(license license:lppl)))
|
||||||
|
|
Loading…
Reference in a new issue