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