gnu: Add texlive-longfigure.

* gnu/packages/tex.scm (texlive-longfigure): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-29 15:54:31 +02:00
parent bab8c9cf68
commit da2ce0708c
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -87516,6 +87516,27 @@ (define-public texlive-longfbox
Madoko documents in LaTeX.")
(license license:lppl1.3+)))
(define-public texlive-longfigure
(package
(name "texlive-longfigure")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/longfigure/"
"source/latex/longfigure/"
"tex/latex/longfigure/")
(base32
"01km3597c6anzy6psq9i502bn3cz5hdybgm4aypi6a59w4y2fp6p")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/longfigure")
(synopsis "Provides a @code{figure}-like environment that break over pages")
(description
"The @code{longfigure} package uses and relabels components of the well-known
@code{longtable} package to provide a @code{table}-like environment that can
display a stream of figures as a single figure that can break across pages.")
(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