gnu: Add texlive-xltabular.

* gnu/packages/tex.scm (texlive-xltabular): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-29 16:05:16 +02:00
parent abb2ae4b83
commit 237d99349e
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -100315,6 +100315,27 @@ (define-public texlive-xkcdcolors
usable with LaTeX.")
(license (list license:lppl1.3c license:cc0))))
(define-public texlive-xltabular
(package
(name "texlive-xltabular")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/xltabular/"
"tex/latex/xltabular/")
(base32
"08wpgf2w0pcl2nqm2mgplxvy9q0zbszd5lm4rqzkz3vyi6zlravm")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/xltabular")
(synopsis "@code{longtable} support with possible X-column specifier")
(description
"This package loads package @code{ltablex}, but keeps the current
@code{tabularx} environment as is. The new environment @code{xltabular} is
a combination of @code{longtable} and @code{tabularx}: Header/footer
definitions, X-column specifier, and with possible pagebreaks.")
(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