gnu: texlive-latex-sidecap -> texlive-sidecap.

* gnu/packages/tex.scm (texlive-sidecap): New variable.
(texlive-latex-sidecap): Deprecate variable.
This commit is contained in:
Nicolas Goaziou 2023-05-14 10:22:41 +02:00
parent 87005d9aab
commit f9f02c5d47
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -7532,24 +7532,32 @@ (define-public texlive-stix2-otf
and alphabets with a set of text faces suitable for professional publishing.")
(license license:silofl1.1))))
(define-public texlive-latex-sidecap
(define-public texlive-sidecap
(package
(inherit (simple-texlive-package
"texlive-latex-sidecap"
(list "doc/latex/sidecap/"
"tex/latex/sidecap/")
(base32 "1biyxvh7fm70pq1rxqrla2vs013bpsd1j8jvlyl3vjg433d5bly3")
#:trivial? #t))
(name "texlive-sidecap")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/sidecap/"
"source/latex/sidecap/"
"tex/latex/sidecap/")
(base32
"0bjb514a6j90ad7dgyyzrwk6pp7rlb3zk9mfy0fv5a615a5gz82x")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(propagated-inputs
(list texlive-ragged2e))
(home-page "https://ctan.org/pkg/sidecap")
(synopsis "Typeset captions sideways")
(description
"@code{sidecap} defines environments called @code{SCfigure} and
@code{SCtable} (analogous to @code{figure} and @code{table}) to typeset
"The @code{sidecap} package defines environments called @code{SCfigure}
and @code{SCtable} (analogous to @code{figure} and @code{table}) to typeset
captions sideways. Options include @code{outercaption}, @code{innercaption},
@code{leftcaption} and @code{rightcaption}.")
(license license:lppl1.0+)))
(define-deprecated-package texlive-latex-sidecap texlive-sidecap)
(define-public texlive-stmaryrd
(let ((template (simple-texlive-package
"texlive-stmaryrd"