gnu: texlive-caption: Refresh package definition.

* gnu/packages/tex.scm (texlive-caption): Remove SIMPLE-TEXLIVE-PACKAGE
call.
[propagated-inputs]: Add TEXLIVE-GRAPHICS.
This commit is contained in:
Nicolas Goaziou 2023-05-15 19:30:39 +02:00
parent 6886a807b6
commit cf6baca1f4
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -10978,28 +10978,30 @@ (define-public texlive-minted
(license license:lppl1.3+)))) (license license:lppl1.3+))))
(define-public texlive-caption (define-public texlive-caption
(let ((template (simple-texlive-package (package
"texlive-caption" (name "texlive-caption")
(list "/doc/latex/caption/" (version (number->string %texlive-revision))
"/tex/latex/caption/") (source (texlive-origin
(base32 name version
"1isnn375d14xsx398j3m8rbb0pdk12kijw4xcgl82xici170klwq") (list "doc/latex/caption/" "source/latex/caption/"
#:trivial? #t))) "tex/latex/caption/")
(package (base32
(inherit template) "1fg3zfgi54zqx911wbqfb1y24d9ihm6wg59npng4clnqz45lla2i")))
(home-page "http://www.ctan.org/pkg/caption") (outputs '("out" "doc"))
(synopsis "Customising captions in floating environments") (build-system texlive-build-system)
(description "The @code{caption} package provides many ways to (propagated-inputs
customise the captions in floating environments like figure and table. (list texlive-graphics))
Facilities include rotating captions, sideways captions and continued (home-page "https://ctan.org/pkg/caption")
captions (for tables or figures that come in several parts). A list (synopsis "Customising captions in floating environments")
of compatibility notes, for other packages, is provided in the (description
documentation. The package also provides the \"caption outside "The @code{caption} package provides many ways to customise the captions
float\" facility, in the same way that simpler packages like in floating environments like figure and table, and cooperates with many other
@code{capt-ofcapt-of} do. The package supersedes @code{caption2}. packages. Facilities include rotating captions, sideways captions, continued
Packages @code{bicaption}, @code{ltcaption} and @code{subcaption} are captions (for tables or figures that come in several parts). A list of
included in the bundle.") compatibility notes, for other packages, is provided in the documentation.
(license license:lppl1.3+)))) The package also provides the caption outside float facility, in the same way
that simpler packages like capt-of do.")
(license license:lppl1.3+)))
(define-public texlive-symbol (define-public texlive-symbol
(package (package