[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
300/452: gnu: texlive-textcase: Refresh package definition.
From: |
guix-commits |
Subject: |
300/452: gnu: texlive-textcase: Refresh package definition. |
Date: |
Fri, 9 Jun 2023 13:43:45 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 3f6d26fd8337f626af3266237752a51f22af4a3d
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 08e7fcf6f2..28706995ab 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -6629,29 +6629,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
- 261/452: gnu: texlive-gettitlestring: Refresh package definition., (continued)
- 261/452: gnu: texlive-gettitlestring: Refresh package definition., guix-commits, 2023/06/09
- 271/452: gnu: texlive-marginnote: Refresh package definition., guix-commits, 2023/06/09
- 276/452: gnu: texlive-atveryend: Refresh package definition., guix-commits, 2023/06/09
- 272/452: gnu: texlive-alphalph: Refresh package definition., guix-commits, 2023/06/09
- 284/452: gnu: texlive-hyperref: Refresh package definition., guix-commits, 2023/06/09
- 287/452: gnu: texlive-tools: Refresh package definition., guix-commits, 2023/06/09
- 289/452: gnu: texlive-jadetex: Refresh package definition., guix-commits, 2023/06/09
- 291/452: gnu: texlive-stix2-otf: Refresh package definition., guix-commits, 2023/06/09
- 295/452: gnu: texlive-zapfding: Refresh package definition., guix-commits, 2023/06/09
- 292/452: gnu: texlive-enumitem: Refresh package definition., guix-commits, 2023/06/09
- 300/452: gnu: texlive-textcase: Refresh package definition.,
guix-commits <=
- 302/452: gnu: texlive-doi: Refresh package definition., guix-commits, 2023/06/09
- 314/452: gnu: texlive-lualibs: Refresh package definition., guix-commits, 2023/06/09
- 319/452: gnu: texlive-graphics-def: Refresh package definition., guix-commits, 2023/06/09
- 323/452: gnu: texlive-latexconfig: Refresh package definition., guix-commits, 2023/06/09
- 326/452: gnu: texlive-inputenx: Refresh package definition., guix-commits, 2023/06/09
- 330/452: gnu: texlive-helvetic: Refresh package definition., guix-commits, 2023/06/09
- 329/452: gnu: texlive-dehyph-exptl: Refresh package definition., guix-commits, 2023/06/09
- 332/452: gnu: texlive-etex: Refresh package definition., guix-commits, 2023/06/09
- 339/452: gnu: texlive-courier: Refresh package definition., guix-commits, 2023/06/09
- 341/452: gnu: texlive-cm-lgc: Refresh package definition., guix-commits, 2023/06/09