[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
43/418: gnu: texlive-latex-natbib -> texlive-natbib.
From: |
guix-commits |
Subject: |
43/418: gnu: texlive-latex-natbib -> texlive-natbib. |
Date: |
Mon, 29 May 2023 17:38:49 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 135ad5e1796b615b7686cd2dc3b6aa559666af73
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat May 13 00:24:03 2023 +0200
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.
---
gnu/packages/bioinformatics.scm | 2 +-
gnu/packages/maths.scm | 2 +-
gnu/packages/tex.scm | 35 ++++++++++++++++++-----------------
3 files changed, 20 insertions(+), 19 deletions(-)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 0cd4ea7b32..66e6128378 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -4295,7 +4295,7 @@ data and settings.")
texlive-latex-examplep
texlive-hyperref
texlive-ms
- texlive-latex-natbib
+ texlive-natbib
texlive-bibtex ;style files used by natbib
texlive-pgf ;tikz
texlive-latex-verbatimbox))
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 8bc80f2f4e..f64293230a 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -5783,7 +5783,7 @@ set.")
texlive-hanging
texlive-hyperref
texlive-latex-multirow
- texlive-latex-natbib
+ texlive-natbib
texlive-latex-needspace
texlive-latex-newunicodechar
texlive-latex-parskip
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 66652bdfe7..f7491a7506 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -5351,30 +5351,31 @@ between various classes of Unix systems.")
(define-deprecated-package texlive-latex-ifplatform texlive-ifplatform)
-(define-public texlive-latex-natbib
+(define-public texlive-natbib
(package
- (name "texlive-latex-natbib")
+ (name "texlive-natbib")
(version (number->string %texlive-revision))
- (source (origin
- (method svn-fetch)
- (uri (texlive-ref "latex" "natbib"))
- (file-name (string-append name "-" version "-checkout"))
- (sha256
- (base32
- "0aqliq0nwblxyrzhwhv77pnmk7qh2y3prgq7z7qhwcbgz5kisld7"))))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bst/natbib/" "doc/latex/natbib/"
+ "source/latex/natbib/" "tex/latex/natbib/")
+ (base32
+ "17hyba6v24wrbjvakgjxkndjb418mmi2wmnhrm7zmfwb0bvy6f2j")))
+ (outputs '("out" "doc"))
(build-system texlive-build-system)
- (arguments '(#:tex-directory "latex/natbib"))
- (home-page "https://www.ctan.org/pkg/natbib")
+ (home-page "https://ctan.org/pkg/natbib")
(synopsis "Flexible bibliography support")
(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
-bibliography use. Also provided are versions of the standard BibTeX styles
-that are compatible with @code{natbib}: @code{plainnat}, @code{unsrtnat},
-@code{abbrnat}. The bibliography styles produced by @code{custom-bib} are
-designed from the start to be compatible with @code{natbib}.")
+bibliography use. Also Provided are versions of the standard BibTeX styles
+that are compatible with natbib--plainnat, unsrtnat, abbrnat. The
+bibliography styles produced by custom-bib are designed from the start to be
+compatible with @code{natbib}.")
(license license:lppl)))
+(define-deprecated-package texlive-latex-natbib texlive-natbib)
+
(define-public texlive-latex-newfloat
(package
(inherit (simple-texlive-package
@@ -11914,7 +11915,7 @@ maintained).")
(base32
"0bcfpcmflhvxwzmdj8dgf43mzaywx2asahp52nqn3wwvq64bqym6")
#:trivial? #t))
- (propagated-inputs (list texlive-latex-natbib
+ (propagated-inputs (list texlive-natbib
texlive-tools))
(home-page "https://www.ctan.org/pkg/apacite")
(synopsis "Citation style following the rules of the APA")
- 28/418: gnu: Add texlive-refstyle., (continued)
- 28/418: gnu: Add texlive-refstyle., guix-commits, 2023/05/29
- 31/418: gnu: Add texlive-chngcntr., guix-commits, 2023/05/29
- 33/418: gnu: Add texlive-attachfile., guix-commits, 2023/05/29
- 15/418: gnu: texlive-latex-etoc -> texlive-etoc., guix-commits, 2023/05/29
- 18/418: gnu: Add texlive-lwarp., guix-commits, 2023/05/29
- 26/418: gnu: Add texlive-passivetex., guix-commits, 2023/05/29
- 32/418: gnu: Add texlive-multido., guix-commits, 2023/05/29
- 34/418: gnu: Add texlive-showexpl., guix-commits, 2023/05/29
- 37/418: gnu: texlive-dvips-l3backend -> texlive-l3backend., guix-commits, 2023/05/29
- 39/418: gnu: texlive-latex-cyrillic -> texlive-cyrillic., guix-commits, 2023/05/29
- 43/418: gnu: texlive-latex-natbib -> texlive-natbib.,
guix-commits <=
- 49/418: gnu: texlive-latex-stackengine -> texlive-stackengine., guix-commits, 2023/05/29
- 40/418: gnu: texlive-latex-amsrefs -> texlive-amsrefs., guix-commits, 2023/05/29
- 41/418: gnu: texlive-latex-hanging -> texlive-hanging., guix-commits, 2023/05/29
- 42/418: gnu: texlive-latex-ifplatform -> texlive-ifplatform., guix-commits, 2023/05/29
- 46/418: gnu: texlive-latex-psfrag -> texlive-psfrag., guix-commits, 2023/05/29
- 48/418: gnu: texlive-generic-listofitems -> texlive-listofitems., guix-commits, 2023/05/29
- 61/418: gnu: texlive-latex-marginfix -> texlive-marginfix., guix-commits, 2023/05/29
- 71/418: gnu: texlive-zref: Fix build., guix-commits, 2023/05/29
- 75/418: gnu: texlive-latex-colortbl -> texlive-colortbl., guix-commits, 2023/05/29
- 83/418: gnu: texlive-latex-multirow -> texlive-multirow., guix-commits, 2023/05/29