mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-02 09:28:57 -05:00
gnu: Add texlive-tabularew.
* gnu/packages/tex.scm (texlive-tabularew): New variable.
This commit is contained in:
parent
a4a7da0815
commit
4f9d683bb1
1 changed files with 21 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue