[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
87/418: gnu: texlive-latex-sidecap -> texlive-sidecap.
From: |
guix-commits |
Subject: |
87/418: gnu: texlive-latex-sidecap -> texlive-sidecap. |
Date: |
Fri, 2 Jun 2023 17:24:08 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit edbe6de8d448ab49c8ca27374dd1f9dcc6dd8e8e
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun May 14 10:22:41 2023 +0200
gnu: texlive-latex-sidecap -> texlive-sidecap.
* gnu/packages/tex.scm (texlive-sidecap): New variable.
(texlive-latex-sidecap): Deprecate variable.
---
gnu/packages/tex.scm | 26 +++++++++++++++++---------
1 file changed, 17 insertions(+), 9 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index b2714e11e4..e627fbf51c 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -7540,24 +7540,32 @@ They combine a comprehensive Unicode-based collection
of mathematical symbols
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"
- 105/418: gnu: texlive-latex-changepage -> texlive-changepage., (continued)
- 105/418: gnu: texlive-latex-changepage -> texlive-changepage., guix-commits, 2023/06/02
- 140/418: gnu: texlive-docstrip: Refresh package definition., guix-commits, 2023/06/02
- 148/418: gnu: texlive-physics: Refresh package definition., guix-commits, 2023/06/02
- 116/418: gnu: Add texlive-regexpatch., guix-commits, 2023/06/02
- 117/418: gnu: texlive-latex-koma-script -> texlive-koma-script., guix-commits, 2023/06/02
- 35/418: gnu: Add texlive-subfig., guix-commits, 2023/06/02
- 53/418: gnu: texlive-latex-g-brief -> texlive-g-brief., guix-commits, 2023/06/02
- 76/418: gnu: texlive-latex-fancybox -> texlive-fancybox., guix-commits, 2023/06/02
- 80/418: gnu: texlive-latex-eepic -> texlive-eepic., guix-commits, 2023/06/02
- 81/418: gnu: texlive-latex-translations -> texlive-translations., guix-commits, 2023/06/02
- 87/418: gnu: texlive-latex-sidecap -> texlive-sidecap.,
guix-commits <=
- 95/418: gnu: Add texlive-luatexbase., guix-commits, 2023/06/02
- 103/418: gnu: texlive-latex-media9 -> texlive-media9., guix-commits, 2023/06/02
- 106/418: gnu: texlive-latex-eukdate -> texlive-eukdate., guix-commits, 2023/06/02
- 107/418: gnu: texlive-latex-readarray -> texlive-readarray., guix-commits, 2023/06/02
- 109/418: gnu: texlive-latex-examplep -> texlive-examplep., guix-commits, 2023/06/02
- 111/418: gnu: texlive-latex-ebproof -> texlive-ebproof., guix-commits, 2023/06/02
- 112/418: gnu: texlive-latex-bussproofs -> texlive-bussproofs., guix-commits, 2023/06/02
- 113/418: gnu: texlive-latex-textpos -> texlive-textpos., guix-commits, 2023/06/02
- 120/418: gnu: texlive-fonts-rsfs -> texlive-rsfs., guix-commits, 2023/06/02
- 122/418: gnu: texlive-tex-texinfo -> texlive-texinfo., guix-commits, 2023/06/02