mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 23:48:07 -05:00
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:
parent
6886a807b6
commit
cf6baca1f4
1 changed files with 24 additions and 22 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue