gnu: Add texlive-sttools.

* gnu/packages/tex.scm (texlive-sttools): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-29 16:01:58 +02:00
parent ba2298c566
commit affaedd5ea
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -96571,6 +96571,28 @@ (define-public texlive-stringstrings
manipulations.")
(license license:lppl1.3+)))
(define-public texlive-sttools
(package
(name "texlive-sttools")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/sttools/" "source/latex/sttools/"
"tex/latex/sttools/")
(base32
"0dvx30fzzkf632c3qnz7bg2ljlnawz7440qga8shcdb70i951lgm")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/sttools")
(synopsis "Various macros")
(description
"This package provides a collection of tools and macros, providing:
miscellaneous float control, page styles for floats, multipage tabulars, even
columns at end of twocolumn region, switching between one- and two-column
anywhere, simulating the effect of ``midfloats'', a package to manipulate
numerical lists and arrays.")
(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