gnu: Add texlive-widetable.
* gnu/packages/tex.scm (texlive-widetable): New variable.
This commit is contained in:
parent
6c4ff91995
commit
5f0b72bf40
1 changed files with 21 additions and 0 deletions
|
@ -99725,6 +99725,27 @@ (define-public texlive-webquiz
|
|||
from LaTeX to HTML is done behind the scenes using TeX4ht.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public texlive-widetable
|
||||
(package
|
||||
(name "texlive-widetable")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/widetable/"
|
||||
"source/latex/widetable/"
|
||||
"tex/latex/widetable/")
|
||||
(base32
|
||||
"1fb1545agxpkd4xjh6hs70flqpwna13rh5kzc202w64jxsfgwwzs")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/widetable")
|
||||
(synopsis "Environment for typesetting tables of specified width")
|
||||
(description
|
||||
"The package defines a new environment that, unlike tabularX, typesets a table
|
||||
of specified width by working on the inter-column glue; the tabular cells will
|
||||
all be stretched (or shrunk) according to need.")
|
||||
(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
|
||||
|
|
Loading…
Reference in a new issue