[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
170/418: gnu: texlive-apacite: Refresh package definition.
From: |
guix-commits |
Subject: |
170/418: gnu: texlive-apacite: Refresh package definition. |
Date: |
Mon, 29 May 2023 17:39:10 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 1c86eb8673a8374aa1197660e36d8f6500d4d306
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon May 15 12:48:17 2023 +0200
gnu: texlive-apacite: Refresh package definition.
* gnu/packages/tex.scm (texlive-apacite): Remove SIMPLE-TEXLIVE-PACKAGE
call.
---
gnu/packages/tex.scm | 38 ++++++++++++++++++++------------------
1 file changed, 20 insertions(+), 18 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index d05de5f85a..01fea1beaa 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -12148,25 +12148,27 @@ maintained).")
(define-public texlive-apacite
(package
- (inherit (simple-texlive-package
- "texlive-apacite"
- (list "tex/latex/apacite/")
- (base32
- "0bcfpcmflhvxwzmdj8dgf43mzaywx2asahp52nqn3wwvq64bqym6")
- #:trivial? #t))
- (propagated-inputs (list texlive-natbib
- texlive-tools))
- (home-page "https://www.ctan.org/pkg/apacite")
+ (name "texlive-apacite")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bst/apacite/" "doc/bibtex/apacite/"
+ "source/bibtex/apacite/" "tex/latex/apacite/")
+ (base32
+ "0nc86zngk71xpbinrfm8p0413xphc0v86ddhcw94gi2sl00hsmzq")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (propagated-inputs
+ (list texlive-natbib
+ texlive-tools))
+ (home-page "https://ctan.org/pkg/apacite")
(synopsis "Citation style following the rules of the APA")
- (description "Apacite provides a BibTeX style and a LaTeX package which
-are designed to match the requirements of the American Psychological
-Association’s style for citations. The package follows the 6th edition
-of the APA manual, and is designed to work with the apa6 class. A test
-document is provided. The package is compatible with chapterbib and
-(to some extent) with hyperref (for limits of compatibility, see the
-documentation). The package also includes a means of generating an author
-index for a document.")
- (license license:lppl1.3+)))
+ (description
+ "Apacite provides a BibTeX style and a LaTeX package which are designed
+to match the requirements of the American Psychological Association's style
+for citations. The package follows the 6th edition of the APA manual, and is
+designed to work with the @code{apa6} class.")
+ (license license:lppl)))
(define-public texlive-endfloat
(package
- 77/418: gnu: texlive-latex-float -> texlive-float., (continued)
- 77/418: gnu: texlive-latex-float -> texlive-float., guix-commits, 2023/05/29
- 97/418: gnu: Add texlive-hyperxmp., guix-commits, 2023/05/29
- 109/418: gnu: texlive-latex-examplep -> texlive-examplep., guix-commits, 2023/05/29
- 115/418: gnu: texlive-latex-tabto-ltx -> texlive-tabto-ltx., guix-commits, 2023/05/29
- 116/418: gnu: Add texlive-regexpatch., guix-commits, 2023/05/29
- 130/418: gnu: texlive-ydoc: Refresh package definition., guix-commits, 2023/05/29
- 138/418: gnu: Add texlive-modes., guix-commits, 2023/05/29
- 133/418: gnu: texlive-collectbox: Refresh package definition., guix-commits, 2023/05/29
- 157/418: gnu: texlive-pdflscape: Refresh package definition., guix-commits, 2023/05/29
- 161/418: gnu: Add texlive-kantlipsum., guix-commits, 2023/05/29
- 170/418: gnu: texlive-apacite: Refresh package definition.,
guix-commits <=
- 186/418: gnu: texlive-cabin: Refresh package definition., guix-commits, 2023/05/29
- 184/418: gnu: Add texlive-etextools., guix-commits, 2023/05/29
- 189/418: gnu: texlive-fourier: Refresh package definition., guix-commits, 2023/05/29
- 191/418: gnu: texlive-mathdesign: Refresh package definition., guix-commits, 2023/05/29
- 190/418: gnu: texlive-bera: Refresh package definition., guix-commits, 2023/05/29
- 194/418: gnu: texlive-fp: Refresh package definition., guix-commits, 2023/05/29
- 188/418: gnu: texlive-utopia: Refresh package definition., guix-commits, 2023/05/29
- 195/418: gnu: texlive-mathpazo: Refresh package definition., guix-commits, 2023/05/29
- 210/418: gnu: texlive-charter: Refresh package definition., guix-commits, 2023/05/29
- 209/418: gnu: texlive-beamer: Refresh package definition., guix-commits, 2023/05/29