[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
87/452: gnu: texlive-latex-sidecap -> texlive-sidecap.
From: |
guix-commits |
Subject: |
87/452: gnu: texlive-latex-sidecap -> texlive-sidecap. |
Date: |
Fri, 9 Jun 2023 13:43:01 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 6d417c73a199989e3366a74773fd8c3d2d49d611
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 be296009bf..5dc7f7b17e 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -7532,24 +7532,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"
- 84/452: gnu: texlive-latex-overpic -> texlive-overpic., (continued)
- 84/452: gnu: texlive-latex-overpic -> texlive-overpic., guix-commits, 2023/06/09
- 80/452: gnu: texlive-latex-eepic -> texlive-eepic., guix-commits, 2023/06/09
- 76/452: gnu: texlive-latex-fancybox -> texlive-fancybox., guix-commits, 2023/06/09
- 24/452: gnu: Add texlive-enctex., guix-commits, 2023/06/09
- 27/452: gnu: Add texlive-luabidi., guix-commits, 2023/06/09
- 33/452: gnu: Add texlive-attachfile., guix-commits, 2023/06/09
- 41/452: gnu: texlive-latex-hanging -> texlive-hanging., guix-commits, 2023/06/09
- 57/452: gnu: texlive-fonts-latex -> texlive-latex-fonts., guix-commits, 2023/06/09
- 69/452: gnu: texlive-fonts-ec -> texlive-ec., guix-commits, 2023/06/09
- 68/452: gnu: texlive-latex-footmisc -> texlive-footmisc., guix-commits, 2023/06/09
- 87/452: gnu: texlive-latex-sidecap -> texlive-sidecap.,
guix-commits <=
- 92/452: gnu: texlive-ifmtarg: Fix build., guix-commits, 2023/06/09
- 97/452: gnu: Add texlive-hyperxmp., guix-commits, 2023/06/09
- 113/452: gnu: texlive-latex-textpos -> texlive-textpos., guix-commits, 2023/06/09
- 134/452: gnu: texlive-ifoddpage: Refresh package definition., guix-commits, 2023/06/09
- 154/452: gnu: texlive-ltablex: Refresh package definition., guix-commits, 2023/06/09
- 35/452: gnu: Add texlive-subfig., guix-commits, 2023/06/09
- 150/452: gnu: texlive-everyshi: Refresh package definition., guix-commits, 2023/06/09
- 175/452: gnu: texlive-nth: Refresh package definition., guix-commits, 2023/06/09
- 171/452: gnu: texlive-apa6: Refresh package definition., guix-commits, 2023/06/09
- 182/452: gnu: texlive-ly1: Refresh package definition., guix-commits, 2023/06/09