gnu: texlive-latex-hanging -> texlive-hanging.
* gnu/packages/tex.scm (texlive-hanging): New variable. (texlive-latex-hanging): Deprecate variable. * gnu/packages/maths.scm (hypre): Use new name.
This commit is contained in:
parent
9828271f04
commit
4270d94ee3
2 changed files with 15 additions and 8 deletions
|
@ -5804,7 +5804,7 @@ set.")
|
||||||
texlive-latex-fncychap
|
texlive-latex-fncychap
|
||||||
texlive-latex-framed
|
texlive-latex-framed
|
||||||
texlive-latex-geometry
|
texlive-latex-geometry
|
||||||
texlive-latex-hanging
|
texlive-hanging
|
||||||
texlive-hyperref
|
texlive-hyperref
|
||||||
texlive-latex-multirow
|
texlive-latex-multirow
|
||||||
texlive-latex-natbib
|
texlive-latex-natbib
|
||||||
|
|
|
@ -5245,14 +5245,19 @@ but non-expandable ones.")
|
||||||
|
|
||||||
(define-deprecated-package texlive-latex-filemod texlive-filemod)
|
(define-deprecated-package texlive-latex-filemod texlive-filemod)
|
||||||
|
|
||||||
(define-public texlive-latex-hanging
|
(define-public texlive-hanging
|
||||||
(package
|
(package
|
||||||
(inherit (simple-texlive-package
|
(name "texlive-hanging")
|
||||||
"texlive-latex-hanging"
|
(version (number->string %texlive-revision))
|
||||||
'("/tex/latex/hanging/")
|
(source (texlive-origin
|
||||||
(base32
|
name version
|
||||||
"0s86yaxyfv9zxf4svwg9s13by9vrw38apfg0hsfchsimsdd6gsbb")
|
(list "doc/latex/hanging"
|
||||||
#:trivial? #t))
|
"source/latex/hanging"
|
||||||
|
"tex/latex/hanging/")
|
||||||
|
(base32
|
||||||
|
"1d9kr163vn9sm9p9dyppnnffdcdjlgrm7848d97s678hdb9cp962")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
(home-page "https://www.ctan.org/pkg/hanging")
|
(home-page "https://www.ctan.org/pkg/hanging")
|
||||||
(synopsis "Typeset hanging paragraphs")
|
(synopsis "Typeset hanging paragraphs")
|
||||||
(description
|
(description
|
||||||
|
@ -5261,6 +5266,8 @@ paragraphs. The package also enables typesetting with hanging punctuation,
|
||||||
by making punctuation characters active.")
|
by making punctuation characters active.")
|
||||||
(license license:lppl1.3c+)))
|
(license license:lppl1.3c+)))
|
||||||
|
|
||||||
|
(define-deprecated-package texlive-latex-hanging texlive-hanging)
|
||||||
|
|
||||||
(define-public texlive-fira
|
(define-public texlive-fira
|
||||||
(package
|
(package
|
||||||
(inherit (simple-texlive-package
|
(inherit (simple-texlive-package
|
||||||
|
|
Reference in a new issue