guix-commits
[Top][All Lists]
Advanced

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

106/296: gnu: Add texlive-jmlr.


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

ngz pushed a commit to branch master
in repository guix.

commit d9265d0618a7795aeede6019597ed27db50d226b
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 15:52:10 2023 +0200

    gnu: Add texlive-jmlr.
    
    * gnu/packages/tex.scm (texlive-jmlr): 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 35db9d1610..3124edad96 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -17657,6 +17657,27 @@ package is a close relative of @code{apalike.sty} in 
the BibTeX distribution;
 it features author-date references.")
     (license license:knuth)))
 
+(define-public texlive-jmlr
+  (package
+    (name "texlive-jmlr")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/jmlr/" "source/latex/jmlr/"
+                   "tex/latex/jmlr/")
+             (base32
+              "125zcy1363xlay5ss411x1rl7nyidbh5aygvcr8q8j3qp4yqajrn")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/jmlr";)
+    (synopsis "Class files for the @emph{Journal of Machine Learning 
Research}")
+    (description
+     "The @code{jmlr} bundle provides a class for authors (@code{jmlr}) and
+a class for production editors (@code{jmlrbook}) for the @emph{Journal of
+Machine Learning Research}.  The @code{jmlrbook} class can be used to combine
+articles written using the @code{jmlr} class into a book.")
+    (license license:lppl1.3+)))
+
 (define-public texlive-jneurosci
   (package
     (name "texlive-jneurosci")



reply via email to

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