guix-commits
[Top][All Lists]
Advanced

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

01/296: gnu: Add texlive-aastex.


From: guix-commits
Subject: 01/296: gnu: Add texlive-aastex.
Date: Thu, 24 Aug 2023 05:19:41 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 7b2efd144f763467c0fa2a8b37b957f286f937cb
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 15:11:25 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 78d65a4fe5..e227818a16 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -1286,6 +1286,27 @@ a Marathi journal, with LaTeX.")
                    (license:fsf-free "file://doc/latex/aalok/README.txt")
                    license:fdl1.3+))))
 
+(define-public texlive-aastex
+  (package
+    (name "texlive-aastex")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "bibtex/bst/aastex/" "doc/latex/aastex/"
+                   "tex/latex/aastex/")
+             (base32
+              "07kbrv0vhlpdaxqkiwn2q4psldn5p2x5mmpaw70g6pgcbhk7r74h")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/aastex";)
+    (synopsis "Macros for manuscript preparation for AAS journals")
+    (description
+     "The bundle provides a document class for preparing papers for
+@acronym{AAS, American Astronomical Society} publications.  Authors who wish
+to submit papers to AAS journals are strongly urged to use this class in
+preference to any of the alternatives available.")
+    (license license:lppl1.3+)))
+
 (define-public texlive-abc
   (package
     (name "texlive-abc")



reply via email to

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