gnu: texlive-latex-tocloft -> texlive-tocloft.
* gnu/packages/tex.scm (texlive-tocloft): New variable. (texlive-latex-tocloft): Deprecate variable. * gnu/packages/maths.scm (hypre): Use new name.
parent
c9347f438b
commit
c0b3254568
|
@ -5813,7 +5813,7 @@ set.")
|
||||||
texlive-latex-parskip
|
texlive-latex-parskip
|
||||||
texlive-stackengine
|
texlive-stackengine
|
||||||
texlive-latex-tabulary
|
texlive-latex-tabulary
|
||||||
texlive-latex-tocloft
|
texlive-tocloft
|
||||||
texlive-latex-upquote
|
texlive-latex-upquote
|
||||||
texlive-latex-varwidth
|
texlive-latex-varwidth
|
||||||
texlive-titlesec
|
texlive-titlesec
|
||||||
|
|
|
@ -5641,23 +5641,29 @@ of which make use of the @code{stackengine} core.")
|
||||||
|
|
||||||
(define-deprecated-package texlive-latex-stackengine texlive-stackengine)
|
(define-deprecated-package texlive-latex-stackengine texlive-stackengine)
|
||||||
|
|
||||||
(define-public texlive-latex-tocloft
|
(define-public texlive-tocloft
|
||||||
(package
|
(package
|
||||||
(inherit (simple-texlive-package
|
(name "texlive-tocloft")
|
||||||
"texlive-latex-tocloft"
|
(version (number->string %texlive-revision))
|
||||||
'("/doc/latex/tocloft/" "/tex/latex/tocloft/")
|
(source (texlive-origin
|
||||||
(base32
|
name version
|
||||||
"0mg3hpzq7wpm6mnnvb0rp3wby56zyxkyai8d2h3f4vk93zrc6awk")
|
(list "doc/latex/tocloft/"
|
||||||
#:trivial? #t))
|
"source/latex/tocloft/"
|
||||||
|
"tex/latex/tocloft/")
|
||||||
|
(base32
|
||||||
|
"1s09g02pq2zi5ywm3yhyp4lpzq77n9aahr6wnm1c0wb9zawq2mpk")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
(home-page "https://www.ctan.org/pkg/tocloft")
|
(home-page "https://www.ctan.org/pkg/tocloft")
|
||||||
(synopsis "Control table of contents")
|
(synopsis "Control table of contents")
|
||||||
(description
|
(description
|
||||||
"This package provides control over the typography of the
|
"This package provides control over the typography of the @dfn{Table of
|
||||||
@dfn{Table of Contents}, @dfn{List of Figures} and @dfn{List of Tables},
|
Contents}, @dfn{List of Figures} and @dfn{List of Tables}, and the ability to
|
||||||
and the ability to create new ‘List of ...’. The ToC @code{\\parskip} may
|
create new @samp{List of ...}. The ToC @code{\\parskip} may be changed.")
|
||||||
be changed.")
|
|
||||||
(license license:lppl1.3c+)))
|
(license license:lppl1.3c+)))
|
||||||
|
|
||||||
|
(define-deprecated-package texlive-latex-tocloft texlive-tocloft)
|
||||||
|
|
||||||
(define-public texlive-trimspaces
|
(define-public texlive-trimspaces
|
||||||
(package
|
(package
|
||||||
(name "texlive-trimspaces")
|
(name "texlive-trimspaces")
|
||||||
|
|
Reference in New Issue