guix-commits
[Top][All Lists]
Advanced

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

11/296: gnu: Add texlive-aiaa.


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

ngz pushed a commit to branch master
in repository guix.

commit 77427017f78d40cee70e27074fdf74a781e04df8
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 15:16:05 2023 +0200

    gnu: Add texlive-aiaa.
    
    * gnu/packages/tex.scm (texlive-aiaa): 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 befff050ed..0dca40640d 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -1845,6 +1845,27 @@ improved usability.  The AGU now publishes satisfactory 
LaTeX materials of its
 own; it is recommended to switch to the official distribution.")
     (license license:lppl)))
 
+(define-public texlive-aiaa
+  (package
+    (name "texlive-aiaa")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "bibtex/bst/aiaa/" "doc/latex/aiaa/"
+                   "source/latex/aiaa/" "tex/latex/aiaa/")
+             (base32
+              "0l6sp7q53nr1ppxaynfc0q3kf1hg5v22yxyvzjdg028rf1nvbhww")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/aiaa";)
+    (synopsis "Typeset AIAA conference papers")
+    (description
+     "This package provides a bundle of LaTeX and BibTeX files and sample
+documents to aid those producing papers and journal articles according to the
+guidelines of the @acronym{AIAA, American Institute of Aeronautics and
+Astronautics}.")
+    (license license:lppl)))
+
 (define-public texlive-aichej
   (package
     (name "texlive-aichej")



reply via email to

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