guix-commits
[Top][All Lists]
Advanced

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

03/163: gnu: Add texlive-ajl.


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

ngz pushed a commit to branch master
in repository guix.

commit 83ec82298f0e5bc36e2c58267b8c7a037a0b7130
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Aug 17 18:22:49 2023 +0200

    gnu: Add texlive-ajl.
    
    * gnu/packages/tex.scm (texlive-ajl): 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 3348fbd4a5..7c16d3b7a0 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -1496,6 +1496,23 @@ the American Institute of Chemical Engineers Journal (or 
@code{AIChE} Journal
 or @code{AIChE} J or @code{AIChEJ).}")
     (license license:lppl)))
 
+(define-public texlive-ajl
+  (package
+    (name "texlive-ajl")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "bibtex/bst/ajl/")
+             (base32
+              "1xkrvy06lw4ngj94zybs14ysal2pg7g71h864gq9bjw0zwq2yjzs")))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/ajl";)
+    (synopsis "BibTeX style for AJL")
+    (description
+     "This package provides bibliographic style references in style of
+Australian Journal of Linguistics.")
+    (license license:lppl)))
+
 (define-public texlive-akshar
   (package
     (name "texlive-akshar")



reply via email to

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