gnu: texlive-textcase: Refresh package definition.
* gnu/packages/tex.scm (texlive-textcase): Remove SIMPLE-TEXLIVE-PACKAGE call.
parent
3569b9f8fd
commit
e0e198fb70
|
@ -6629,29 +6629,31 @@ hypertext linkages in some cases).")
|
||||||
|
|
||||||
(define-public texlive-textcase
|
(define-public texlive-textcase
|
||||||
(package
|
(package
|
||||||
(inherit (simple-texlive-package
|
(name "texlive-textcase")
|
||||||
"texlive-textcase"
|
(version (number->string %texlive-revision))
|
||||||
(list "doc/latex/textcase/"
|
(source (texlive-origin
|
||||||
"tex/latex/textcase/"
|
name version
|
||||||
"source/latex/textcase/")
|
(list "doc/latex/textcase/" "source/latex/textcase/"
|
||||||
(base32
|
"tex/latex/textcase/")
|
||||||
"185fibd41wd0v51gnai29ygi32snkk00p00110kcnk1bcnmpiw82")
|
(base32
|
||||||
#:trivial? #t))
|
"185fibd41wd0v51gnai29ygi32snkk00p00110kcnk1bcnmpiw82")))
|
||||||
(home-page "https://ctan.org/macros/latex/contrib/textcase")
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/textcase")
|
||||||
(synopsis "Case conversion ignoring mathematics, etc")
|
(synopsis "Case conversion ignoring mathematics, etc")
|
||||||
(description
|
(description
|
||||||
"The textcase package offers commands @code{\\MakeTextUppercase} and
|
"The @code{textcase} package offers commands @code{\\MakeTextUppercase}
|
||||||
@code{\\MakeTextLowercase} are similar to the standard @code{\\MakeUppercase}
|
and @code{\\MakeTextLowercase} are similar to the standard
|
||||||
and @code{\\MakeLowercase}, but they do not change the case of any sections of
|
@code{\\MakeUppercase} and @code{\\MakeLowercase}, but they do not change the
|
||||||
mathematics, or the arguments of @code{\\cite}, @code{\\label} and
|
case of any sections of mathematics, or the arguments of @code{\\cite},
|
||||||
@code{\\ref} commands within the argument. A further command
|
@code{\\label} and @code{\\ref} commands within the argument. A further
|
||||||
@code{\\NoCaseChange} does nothing but suppress case change within its
|
command @code{\\NoCaseChange} does nothing but suppress case change within its
|
||||||
argument, so to force uppercase of a section including an environment, one
|
argument, so to force uppercase of a section including an environment, one
|
||||||
might say:
|
might say:
|
||||||
|
|
||||||
@example
|
@example
|
||||||
\\MakeTextUppercase{...\\NoCaseChange{\\begin{foo}} ...\\NoCaseChange{\\end{foo}}...}
|
\\MakeTextUppercase{...\\NoCaseChange{\\begin{foo}} ...\\NoCaseChange{\\end{foo}}...}
|
||||||
@end example\n")
|
@end example")
|
||||||
(license license:lppl)))
|
(license license:lppl)))
|
||||||
|
|
||||||
(define-public texlive-upquote
|
(define-public texlive-upquote
|
||||||
|
|
Reference in New Issue