me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-colortab.

* gnu/packages/tex.scm (texlive-colortab): New variable.
master
Nicolas Goaziou 2023-08-29 15:46:24 +02:00
parent c357ebab60
commit 7b1435749a
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 24 additions and 0 deletions

View File

@ -76638,6 +76638,30 @@ a color.")
overprinting are supported.")
(license license:expat)))
(define-public texlive-colortab
(package
(name "texlive-colortab")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/generic/colortab/"
"tex/generic/colortab/")
(base32
"0xk4rkbfs65bavnigmzdbhs894h3xmq5y2x8nd81ysh7ba93jr5y")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/colortab")
(synopsis "Shade cells of tables and halign")
(description
"The package lets you shade or colour the cells in the alignment environments
such as @code{\\halign} and LaTeX's @code{tabular} and @code{array}
environments. The @code{colortbl} package is to be preferred today with
LaTeX (it assures compatibility with the @code{longtable} package, which is no
longer true with @code{colortab}); another modern option is the
table-colouring option of the @code{xcolor}. However, @code{colortab} remains
an adequate solution for use with Plain TeX.")
(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