gnu: texlive-latex-supertabular -> texlive-supertabular.
* gnu/packages/tex.scm (texlive-supertabular): New variable. (texlive-latex-supertabular): Deprecate variable.
This commit is contained in:
parent
50ce21605a
commit
8dba450404
1 changed files with 14 additions and 12 deletions
|
@ -6326,28 +6326,30 @@ separately).
|
||||||
|
|
||||||
(define-deprecated-package texlive-latex-polyglossia texlive-polyglossia)
|
(define-deprecated-package texlive-latex-polyglossia texlive-polyglossia)
|
||||||
|
|
||||||
(define-public texlive-latex-supertabular
|
(define-public texlive-supertabular
|
||||||
(package
|
(package
|
||||||
(name "texlive-latex-supertabular")
|
(name "texlive-supertabular")
|
||||||
(version (number->string %texlive-revision))
|
(version (number->string %texlive-revision))
|
||||||
(source (origin
|
(source (texlive-origin
|
||||||
(method svn-fetch)
|
name version
|
||||||
(uri (texlive-ref "latex" "supertabular"))
|
(list "doc/latex/supertabular/"
|
||||||
(file-name (string-append name "-" version "-checkout"))
|
"source/latex/supertabular/"
|
||||||
(sha256
|
"tex/latex/supertabular/")
|
||||||
(base32
|
(base32
|
||||||
"19fd0bqxjkzc16bza3w20pnsc90gbhbllm244b3h6sink4dlnn54"))))
|
"1z4kyx20w2zvn6c5a7p702pxj254f2pwlk7x815gzlcc6563js6a")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
(build-system texlive-build-system)
|
(build-system texlive-build-system)
|
||||||
(arguments '(#:tex-directory "latex/supertabular"))
|
|
||||||
(home-page "https://www.ctan.org/pkg/supertabular")
|
(home-page "https://www.ctan.org/pkg/supertabular")
|
||||||
(synopsis "Multi-page tables package")
|
(synopsis "Multi-page tables package")
|
||||||
(description
|
(description
|
||||||
"This package was a predecessor of @code{longtable}; the newer
|
"This package was a predecessor of @code{longtable}; the newer
|
||||||
package (designed on quite different principles) is easier to use and more
|
package (designed on quite different principles) is easier to use and more
|
||||||
flexible, in many cases, but supertabular retains its usefulness in a few
|
flexible, in many cases, but @code{supertabular} retains its usefulness in
|
||||||
situations where longtable has problems.")
|
a few situations where longtable has problems.")
|
||||||
(license license:lppl1.3+)))
|
(license license:lppl1.3+)))
|
||||||
|
|
||||||
|
(define-deprecated-package texlive-latex-supertabular texlive-supertabular)
|
||||||
|
|
||||||
(define-public texlive-tex-texinfo
|
(define-public texlive-tex-texinfo
|
||||||
(package
|
(package
|
||||||
(name "texlive-tex-texinfo")
|
(name "texlive-tex-texinfo")
|
||||||
|
|
Reference in a new issue