me
/
guix
Archived
1
0
Fork 0

gnu: texlive-latex-natbib -> texlive-natbib.

* gnu/packages/tex.scm (texlive-natbib): New variable.
(texlive-latex-natbib): Deprecate variable.
(texlive-apacite):
* gnu/packages/bioinformatics.scm (discrover):
* gnu/packages/maths.scm (hypre): Use new name.
Nicolas Goaziou 2023-05-13 00:24:03 +02:00
parent d8418675b0
commit b42e997e85
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
3 changed files with 20 additions and 19 deletions

View File

@ -4772,7 +4772,7 @@ data and settings.")
texlive-latex-examplep texlive-latex-examplep
texlive-hyperref texlive-hyperref
texlive-ms texlive-ms
texlive-latex-natbib texlive-natbib
texlive-bibtex ;style files used by natbib texlive-bibtex ;style files used by natbib
texlive-pgf ;tikz texlive-pgf ;tikz
texlive-latex-verbatimbox)) texlive-latex-verbatimbox))

View File

@ -5807,7 +5807,7 @@ set.")
texlive-hanging texlive-hanging
texlive-hyperref texlive-hyperref
texlive-latex-multirow texlive-latex-multirow
texlive-latex-natbib texlive-natbib
texlive-latex-needspace texlive-latex-needspace
texlive-latex-newunicodechar texlive-latex-newunicodechar
texlive-latex-parskip texlive-latex-parskip

View File

@ -5351,30 +5351,31 @@ between various classes of Unix systems.")
(define-deprecated-package texlive-latex-ifplatform texlive-ifplatform) (define-deprecated-package texlive-latex-ifplatform texlive-ifplatform)
(define-public texlive-latex-natbib (define-public texlive-natbib
(package (package
(name "texlive-latex-natbib") (name "texlive-natbib")
(version (number->string %texlive-revision)) (version (number->string %texlive-revision))
(source (origin (source (texlive-origin
(method svn-fetch) name version
(uri (texlive-ref "latex" "natbib")) (list "bibtex/bst/natbib/" "doc/latex/natbib/"
(file-name (string-append name "-" version "-checkout")) "source/latex/natbib/" "tex/latex/natbib/")
(sha256 (base32
(base32 "17hyba6v24wrbjvakgjxkndjb418mmi2wmnhrm7zmfwb0bvy6f2j")))
"0aqliq0nwblxyrzhwhv77pnmk7qh2y3prgq7z7qhwcbgz5kisld7")))) (outputs '("out" "doc"))
(build-system texlive-build-system) (build-system texlive-build-system)
(arguments '(#:tex-directory "latex/natbib")) (home-page "https://ctan.org/pkg/natbib")
(home-page "https://www.ctan.org/pkg/natbib")
(synopsis "Flexible bibliography support") (synopsis "Flexible bibliography support")
(description (description
"This bundle provides a package that implements both author-year and "The bundle provides a package that implements both author-year and
numbered references, as well as much detailed of support for other numbered references, as well as much detailed of support for other
bibliography use. Also provided are versions of the standard BibTeX styles bibliography use. Also Provided are versions of the standard BibTeX styles
that are compatible with @code{natbib}: @code{plainnat}, @code{unsrtnat}, that are compatible with natbib--plainnat, unsrtnat, abbrnat. The
@code{abbrnat}. The bibliography styles produced by @code{custom-bib} are bibliography styles produced by custom-bib are designed from the start to be
designed from the start to be compatible with @code{natbib}.") compatible with @code{natbib}.")
(license license:lppl))) (license license:lppl)))
(define-deprecated-package texlive-latex-natbib texlive-natbib)
(define-public texlive-latex-newfloat (define-public texlive-latex-newfloat
(package (package
(inherit (simple-texlive-package (inherit (simple-texlive-package
@ -11914,7 +11915,7 @@ maintained).")
(base32 (base32
"0bcfpcmflhvxwzmdj8dgf43mzaywx2asahp52nqn3wwvq64bqym6") "0bcfpcmflhvxwzmdj8dgf43mzaywx2asahp52nqn3wwvq64bqym6")
#:trivial? #t)) #:trivial? #t))
(propagated-inputs (list texlive-latex-natbib (propagated-inputs (list texlive-natbib
texlive-tools)) texlive-tools))
(home-page "https://www.ctan.org/pkg/apacite") (home-page "https://www.ctan.org/pkg/apacite")
(synopsis "Citation style following the rules of the APA") (synopsis "Citation style following the rules of the APA")