gnu: Add texlive-ctable.
* gnu/packages/tex.scm (texlive-ctable): New variable.
This commit is contained in:
parent
f1417b94f0
commit
65a17e01f4
1 changed files with 19 additions and 0 deletions
|
@ -3962,6 +3962,25 @@ The OPmac macros can generate a bibliography without any external program.")
|
||||||
;; that says the package must be renamed from 'csplain' if it is modified.
|
;; that says the package must be renamed from 'csplain' if it is modified.
|
||||||
(license (license:non-copyleft "file:///tex/csplain/base/csplain.ini"))))
|
(license (license:non-copyleft "file:///tex/csplain/base/csplain.ini"))))
|
||||||
|
|
||||||
|
(define-public texlive-ctable
|
||||||
|
(package
|
||||||
|
(name "texlive-ctable")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/latex/ctable/" "source/latex/ctable/"
|
||||||
|
"tex/latex/ctable/")
|
||||||
|
(base32
|
||||||
|
"1x624vz1gv8bsdafwhx89zaic7f2mz9vlvwjpv8fwzjhjwx4lxmv")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/ctable")
|
||||||
|
(synopsis "Flexible typesetting of table and figure floats")
|
||||||
|
(description
|
||||||
|
"This package provides commands to typeset centered, left- or
|
||||||
|
right-aligned table and (multiple-)figure floats, with footnotes.")
|
||||||
|
(license license:lppl)))
|
||||||
|
|
||||||
(define-public texlive-babel-english
|
(define-public texlive-babel-english
|
||||||
(package
|
(package
|
||||||
(name "texlive-babel-english")
|
(name "texlive-babel-english")
|
||||||
|
|
Reference in a new issue