guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/163: gnu: Add texlive-apalike2.


From: guix-commits
Subject: 06/163: gnu: Add texlive-apalike2.
Date: Sat, 19 Aug 2023 14:39:24 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit dea76e5219f0de5a90510b9054fc931b691c8209
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Aug 17 18:23:52 2023 +0200

    gnu: Add texlive-apalike2.
    
    * gnu/packages/tex.scm (texlive-apalike2): New variable.
---
 gnu/packages/tex.scm | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 0e615921cf..913b72db65 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -2108,6 +2108,23 @@ made to follow the European Journal of Operational 
Research reference style
 guidelines.")
     (license license:lppl1.3c)))
 
+(define-public texlive-apalike2
+  (package
+    (name "texlive-apalike2")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "bibtex/bst/apalike2/")
+             (base32
+              "0mn84ahwjg8gvw5lifvcrnch11q79d4bgw3nmhrh4v8slwgip5l7")))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/apalike2";)
+    (synopsis "Bibliography style that approaches APA requirements")
+    (description
+     "This package is an adaptation of @code{apalike}, which is part of the
+base BibTeX distribution.")
+    (license license:knuth)))
+
 (define-public texlive-apnum
   (package
     (name "texlive-apnum")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]