gnu: Add texlive-smalltableof.

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

View file

@ -95955,6 +95955,26 @@ (define-public texlive-slantsc
shapes.")
(license license:lppl)))
(define-public texlive-smalltableof
(package
(name "texlive-smalltableof")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/smalltableof/"
"tex/latex/smalltableof/")
(base32
"022m2n0524mcgzjq4ba1sm76alwy78h4w83kvc68h3yzfb6i7mm6")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/smalltableof")
(synopsis "Create @code{listoffigures}, etc., in a single chapter")
(description
"The package allows you to create a list of figures and list of tables in
a chapter named List that contains separate sections for each list of figures,
tables, etc.")
(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