mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: Add texlive-xtab.
* gnu/packages/tex.scm (texlive-xtab): New variable.
This commit is contained in:
parent
db36adab0f
commit
1e857477c5
1 changed files with 19 additions and 0 deletions
|
@ -100505,6 +100505,25 @@ (define-public texlive-xsim
|
||||||
various long-standing issues.")
|
various long-standing issues.")
|
||||||
(license license:lppl1.3c)))
|
(license license:lppl1.3c)))
|
||||||
|
|
||||||
|
(define-public texlive-xtab
|
||||||
|
(package
|
||||||
|
(name "texlive-xtab")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/latex/xtab/" "source/latex/xtab/"
|
||||||
|
"tex/latex/xtab/")
|
||||||
|
(base32
|
||||||
|
"0d9rc8dwirxlzvyfrwf884achshimcrz99c2d57gad2097c6qkd6")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/xtab")
|
||||||
|
(synopsis "Break tables across pages")
|
||||||
|
(description
|
||||||
|
"Xtab is an extended and somewhat improved version of @code{supertabular}; its
|
||||||
|
@code{xtabular} environment provides tables that break across pages.")
|
||||||
|
(license license:lppl)))
|
||||||
|
|
||||||
;;;
|
;;;
|
||||||
;;; Avoid adding new packages to the end of this file. To reduce the chances
|
;;; 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
|
;;; of a merge conflict, place them above by existing packages with similar
|
||||||
|
|
Loading…
Reference in a new issue