me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-tabularborder.

* gnu/packages/tex.scm (texlive-tabularborder): New variable.
master
Nicolas Goaziou 2023-08-29 16:02:33 +02:00
parent 5445b744c8
commit 254153fe04
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 20 additions and 0 deletions

View File

@ -97236,6 +97236,26 @@ parsed, extracted, and reconstituted (not requiring use of any stacking
constructions).")
(license license:lppl1.3+)))
(define-public texlive-tabularborder
(package
(name "texlive-tabularborder")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/tabularborder/"
"source/latex/tabularborder/"
"tex/latex/tabularborder/")
(base32
"0qjjr19f5cxpvvbrna6rg506w8j72dqqddxd412z6r4pcmnbiqd4")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/tabularborder")
(synopsis "Remove excess space at left and right of tabular")
(description
"The tabular environment is changed so that the outer @code{\\tabcolseps} are
compensated and a @code{\\hline} has the same length as the text.")
(license license:lppl1.2+)))
;;;
;;; 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