gnu: Add texlive-tabularew.

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

View file

@ -97278,6 +97278,27 @@ (define-public texlive-tabularcalc
horizontally or vertically and is fully customizable.")
(license license:lppl)))
(define-public texlive-tabularew
(package
(name "texlive-tabularew")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/tabularew/"
"source/latex/tabularew/"
"tex/latex/tabularew/")
(base32
"02xral8h2qbwm8mr4y701mrigk72x42kgjl9zki72qnx95fcy579")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/tabularew")
(synopsis "Variation on the @code{tabular} environment")
(description
"The package offers a modification of the @code{tabular} environment, which
deals with the problem of column heads that are significantly wider than the
body of the column.")
(license license:lppl)))
;;;
;;; 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