[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
300/418: gnu: texlive-textcase: Refresh package definition.
From: |
guix-commits |
Subject: |
300/418: gnu: texlive-textcase: Refresh package definition. |
Date: |
Fri, 2 Jun 2023 17:25:38 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 0612a27e1c6f443937e6be073623c074d90bb6ab
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 fce201d78f..9dde36f824 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -6659,29 +6659,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
- 270/418: gnu: texlive-pdfx: Refresh package definition., (continued)
- 270/418: gnu: texlive-pdfx: Refresh package definition., guix-commits, 2023/06/02
- 274/418: gnu: texlive-mflogo: Refresh package definition., guix-commits, 2023/06/02
- 281/418: gnu: Add texlive-hopatch., guix-commits, 2023/06/02
- 285/418: gnu: texlive-oberdiek: Refresh package definition., guix-commits, 2023/06/02
- 284/418: gnu: texlive-hyperref: Refresh package definition., guix-commits, 2023/06/02
- 290/418: gnu: texlive-txfonts: Refresh package definition., guix-commits, 2023/06/02
- 291/418: gnu: texlive-stix2-otf: Refresh package definition., guix-commits, 2023/06/02
- 283/418: gnu: texlive-xcolor: Refresh package definition., guix-commits, 2023/06/02
- 294/418: gnu: texlive-zhspacing: Refresh package definition., guix-commits, 2023/06/02
- 295/418: gnu: texlive-zapfding: Refresh package definition., guix-commits, 2023/06/02
- 300/418: gnu: texlive-textcase: Refresh package definition.,
guix-commits <=
- 299/418: gnu: texlive-ae: Refresh package definition., guix-commits, 2023/06/02
- 301/418: gnu: texlive-etoolbox: Refresh package definition., guix-commits, 2023/06/02
- 304/418: gnu: texlive-carlisle: Refresh package definition., guix-commits, 2023/06/02
- 298/418: gnu: texlive-inconsolata: Refresh package definition., guix-commits, 2023/06/02
- 302/418: gnu: texlive-doi: Refresh package definition., guix-commits, 2023/06/02
- 307/418: gnu: texlive-pstool: Refresh package definition., guix-commits, 2023/06/02
- 308/418: gnu: texlive-fira: Refresh package definition., guix-commits, 2023/06/02
- 309/418: gnu: texlive-tipa: Refresh package definition., guix-commits, 2023/06/02
- 314/418: gnu: texlive-lualibs: Refresh package definition., guix-commits, 2023/06/02
- 312/418: gnu: texlive-luaotfload: Refresh package definition., guix-commits, 2023/06/02