guix-commits
[Top][All Lists]
Advanced

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

01/163: gnu: Add texlive-aaai-named.


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

ngz pushed a commit to branch master
in repository guix.

commit 1c07c8d150f84b627be5711eb0a0e4bf36795984
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Aug 17 18:22:12 2023 +0200

    gnu: Add texlive-aaai-named.
    
    * gnu/packages/tex.scm (texlive-aaai-named): 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 6622d62387..e989eaef0f 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -1247,6 +1247,23 @@ TGA. Accepted output formats are: EPS, PCL5, PDF, PDF1, 
PBM, PGM, PPM, PS,
 markedEPS, markedPS, PNG, XWD, BMP, TIFF, JPEG, GIF, XPM.")
     (license license:gpl3+)))
 
+(define-public texlive-aaai-named
+  (package
+    (name "texlive-aaai-named")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "bibtex/bst/aaai-named/")
+             (base32
+              "1xs2iki0v1mh0kbqjxnv9r24bcfmgj6myfw7h368h8g0s1n8d5v6")))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/aaai-named";)
+    (synopsis "BibTeX style for AAAI")
+    (description
+     "This package provides a BibTeX style derived from the standard master,
+presumably for use with the @code{aaai} package.")
+    (license license:knuth)))
+
 (define-public texlive-aalok
   (package
     (name "texlive-aalok")



reply via email to

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