[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
300/416: gnu: texlive-textcase: Refresh package definition.
From: |
guix-commits |
Subject: |
300/416: gnu: texlive-textcase: Refresh package definition. |
Date: |
Sun, 28 May 2023 02:33:08 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 4d71927c4df18511e660e82c0567e4e109dd566d
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue May 16 15:29:26 2023 +0200
gnu: texlive-textcase: Refresh package definition.
* gnu/packages/tex.scm (texlive-textcase): Remove SIMPLE-TEXLIVE-PACKAGE
call.
---
gnu/packages/tex.scm | 34 ++++++++++++++++++----------------
1 file changed, 18 insertions(+), 16 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 73647cd215..b8b7a70845 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -6663,29 +6663,31 @@ hypertext linkages in some cases).")
(define-public texlive-textcase
(package
- (inherit (simple-texlive-package
- "texlive-textcase"
- (list "doc/latex/textcase/"
- "tex/latex/textcase/"
- "source/latex/textcase/")
- (base32
- "185fibd41wd0v51gnai29ygi32snkk00p00110kcnk1bcnmpiw82")
- #:trivial? #t))
- (home-page "https://ctan.org/macros/latex/contrib/textcase")
+ (name "texlive-textcase")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/textcase/" "source/latex/textcase/"
+ "tex/latex/textcase/")
+ (base32
+ "185fibd41wd0v51gnai29ygi32snkk00p00110kcnk1bcnmpiw82")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/textcase")
(synopsis "Case conversion ignoring mathematics, etc")
(description
- "The textcase package offers commands @code{\\MakeTextUppercase} and
-@code{\\MakeTextLowercase} are similar to the standard @code{\\MakeUppercase}
-and @code{\\MakeLowercase}, but they do not change the case of any sections of
-mathematics, or the arguments of @code{\\cite}, @code{\\label} and
-@code{\\ref} commands within the argument. A further command
-@code{\\NoCaseChange} does nothing but suppress case change within its
+ "The @code{textcase} package offers commands @code{\\MakeTextUppercase}
+and @code{\\MakeTextLowercase} are similar to the standard
+@code{\\MakeUppercase} and @code{\\MakeLowercase}, but they do not change the
+case of any sections of mathematics, or the arguments of @code{\\cite},
+@code{\\label} and @code{\\ref} commands within the argument. A further
+command @code{\\NoCaseChange} does nothing but suppress case change within its
argument, so to force uppercase of a section including an environment, one
might say:
@example
\\MakeTextUppercase{...\\NoCaseChange{\\begin{foo}}
...\\NoCaseChange{\\end{foo}}...}
-@end example\n")
+@end example")
(license license:lppl)))
(define-public texlive-upquote
- 277/416: gnu: texlive-auxhook: Refresh package definition., (continued)
- 277/416: gnu: texlive-auxhook: Refresh package definition., guix-commits, 2023/05/28
- 279/416: gnu: texlive-filecontents: Refresh package definition., guix-commits, 2023/05/28
- 280/416: gnu: texlive-graphics: Refresh package definition., guix-commits, 2023/05/28
- 282/416: gnu: texlive-hycolor: Refresh package definition., guix-commits, 2023/05/28
- 283/416: gnu: texlive-xcolor: Refresh package definition., guix-commits, 2023/05/28
- 307/416: gnu: texlive-pstool: Refresh package definition., guix-commits, 2023/05/28
- 298/416: gnu: texlive-inconsolata: Refresh package definition., guix-commits, 2023/05/28
- 304/416: gnu: texlive-carlisle: Refresh package definition., guix-commits, 2023/05/28
- 286/416: gnu: texlive-rerunfilecheck: Refresh package definition., guix-commits, 2023/05/28
- 292/416: gnu: texlive-enumitem: Refresh package definition., guix-commits, 2023/05/28
- 300/416: gnu: texlive-textcase: Refresh package definition.,
guix-commits <=
- 308/416: gnu: texlive-fira: Refresh package definition., guix-commits, 2023/05/28
- 311/416: gnu: texlive-cs: Refresh package definition., guix-commits, 2023/05/28
- 297/416: gnu: texlive-times: Refresh package definition., guix-commits, 2023/05/28
- 310/416: gnu: Add texlive-cmexb., guix-commits, 2023/05/28
- 325/416: gnu: texlive-kpathsea: Refresh package definition., guix-commits, 2023/05/28
- 313/416: gnu: texlive-lua-alt-getopt: Refresh package definition., guix-commits, 2023/05/28
- 293/416: gnu: texlive-endnotes: Refresh package definition., guix-commits, 2023/05/28
- 326/416: gnu: texlive-inputenx: Refresh package definition., guix-commits, 2023/05/28
- 288/416: gnu: texlive-amsfonts: Refresh package definition., guix-commits, 2023/05/28
- 290/416: gnu: texlive-txfonts: Refresh package definition., guix-commits, 2023/05/28