[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
87/435: gnu: texlive-latex-sidecap -> texlive-sidecap.
From: |
guix-commits |
Subject: |
87/435: gnu: texlive-latex-sidecap -> texlive-sidecap. |
Date: |
Tue, 6 Jun 2023 11:39:22 -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"
- 121/435: gnu: texlive-fonts-iwona -> texlive-iwona., (continued)
- 121/435: gnu: texlive-fonts-iwona -> texlive-iwona., guix-commits, 2023/06/06
- 100/435: gnu: texlive-latex-ucs -> texlive-ucs., guix-commits, 2023/06/06
- 105/435: gnu: texlive-latex-changepage -> texlive-changepage., guix-commits, 2023/06/06
- 109/435: gnu: texlive-latex-examplep -> texlive-examplep., guix-commits, 2023/06/06
- 110/435: gnu: texlive-latex-xmpincl -> texlive-xmpincl., guix-commits, 2023/06/06
- 115/435: gnu: texlive-latex-tabto-ltx -> texlive-tabto-ltx., guix-commits, 2023/06/06
- 77/435: gnu: texlive-latex-float -> texlive-float., guix-commits, 2023/06/06
- 78/435: gnu: texlive-latex-frankenstein -> texlive-frankenstein., guix-commits, 2023/06/06
- 80/435: gnu: texlive-latex-eepic -> texlive-eepic., guix-commits, 2023/06/06
- 83/435: gnu: texlive-latex-multirow -> texlive-multirow., guix-commits, 2023/06/06
- 87/435: gnu: texlive-latex-sidecap -> texlive-sidecap.,
guix-commits <=
- 89/435: gnu: texlive-latex-threeparttable -> texlive-threeparttable., guix-commits, 2023/06/06
- 91/435: gnu: texlive-booktabs: Fix build., guix-commits, 2023/06/06
- 95/435: gnu: Add texlive-luatexbase., guix-commits, 2023/06/06
- 122/435: gnu: texlive-tex-texinfo -> texlive-texinfo., guix-commits, 2023/06/06
- 118/435: gnu: texlive-generic-babel-german -> texlive-babel-german., guix-commits, 2023/06/06
- 102/435: gnu: texlive-latex-needspace -> texlive-needspace., guix-commits, 2023/06/06
- 123/435: gnu: texlive-tex-plain -> texlive-plain., guix-commits, 2023/06/06
- 119/435: gnu: texlive-generic-babel-norsk -> texlive-babel-norsk., guix-commits, 2023/06/06
- 125/435: gnu: texlive-wasysym: Refresh package definition., guix-commits, 2023/06/06
- 128/435: gnu: Add texlive-svn-prov., guix-commits, 2023/06/06