guix-commits
[Top][All Lists]
Advanced

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

159/296: gnu: Add texlive-nwejm.


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

ngz pushed a commit to branch master
in repository guix.

commit 148b827dc391a3c5fc44b6878582a32a95b874b9
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 16:22:13 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index eb5d0fc511..9649f72ceb 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -23481,6 +23481,31 @@ a normative format, as well as a hackable class for 
the users.  At present, it
 only supports XeTeX and LuaTeX engines.")
     (license license:lppl1.3c)))
 
+(define-public texlive-nwejm
+  (package
+    (name "texlive-nwejm")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/nwejm/" "source/latex/nwejm/"
+                   "tex/latex/nwejm/")
+             (base32
+              "16amdv0zzh9aax6c4adqai7zi2zknh168x4awsi1b8gbbspp2vbl")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (arguments (list  #:build-targets #~(list "nwejm.dtx")))
+    (home-page "https://ctan.org/pkg/nwejm";)
+    (synopsis
+     "Support for the journal @emph{North-Western European Journal of
+Mathematics}")
+    (description
+     "The bundle includes LaTeX classes and BibLaTeX styles files dedicated to
+the new journal @emph{North-Western European Journal of Mathematics}:
+@code{nwejm} for the complete issues of the journal, aimed at the NWEJM's
+team, @code{nwejmart}, intended for the authors who wish to publish an article
+in the NWEJM.")
+    (license license:lppl1.3c)))
+
 (define-public texlive-objectz
   (package
     (name "texlive-objectz")



reply via email to

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