guix-commits
[Top][All Lists]
Advanced

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

14/296: gnu: Add texlive-aomart.


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

ngz pushed a commit to branch master
in repository guix.

commit 96cb94747b5785ebd213d209a0829d1c507949d4
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 15:18:03 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index f1e730aeb2..fb6bc95d4d 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -2760,6 +2760,25 @@ of LaTeX documents to Lambda).")
 final exams in the @acronym{ANU, Australian National University}.")
     (license license:gpl3+)))
 
+(define-public texlive-aomart
+  (package
+    (name "texlive-aomart")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "bibtex/bst/aomart/" "doc/latex/aomart/"
+                   "source/latex/aomart/" "tex/latex/aomart/")
+             (base32
+              "0gdi54qi0m96pwwn59r9qjlkw0986z9ra57g1vf11h67zwmrgrv9")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/aomart";)
+    (synopsis "Typeset articles for the @emph{Annals of Mathematics}")
+    (description
+     "The package provides a class for typesetting articles for the
+@emph{Annals of Mathematics}.")
+    (license license:lppl1.3+)))
+
 (define-public texlive-apalike-ejor
   (package
     (name "texlive-apalike-ejor")



reply via email to

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