guix-commits
[Top][All Lists]
Advanced

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

137/296: gnu: Add texlive-mnras.


From: guix-commits
Subject: 137/296: gnu: Add texlive-mnras.
Date: Thu, 24 Aug 2023 05:20:30 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 9bfd6e77c967c37d70b7b2fbc6cb441debdc28c8
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 16:15:54 2023 +0200

    gnu: Add texlive-mnras.
    
    * gnu/packages/tex.scm (texlive-mnras): 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 a424998955..f95471e500 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -21815,6 +21815,25 @@ A bunch of handy macros are included that are used 
throughout many lectures
 during the bachelor's degree program.")
     (license license:expat)))
 
+(define-public texlive-mnras
+  (package
+    (name "texlive-mnras")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "bibtex/bst/mnras/" "doc/latex/mnras/"
+                   "tex/latex/mnras/")
+             (base32
+              "1lw2y3vbg8ndvhy5p00blbfwp3bzw40kkrwzs289kphjq249bwnb")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/mnras";)
+    (synopsis "Monthly Notices of the Royal Astronomical Society")
+    (description
+     "This package is used for preparing papers in the journal @emph{Monthly
+Notices of the Royal Astronomical Society}.")
+    (license license:lppl1.3+)))
+
 (define-public texlive-mnsymbol
   (package
     (name "texlive-mnsymbol")



reply via email to

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