guix-commits
[Top][All Lists]
Advanced

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

190/296: gnu: Add texlive-seu-ml-assign.


From: guix-commits
Subject: 190/296: gnu: Add texlive-seu-ml-assign.
Date: Thu, 24 Aug 2023 05:21:00 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 560949402dac716e886de546d7d69e7463b8b708
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 16:34:47 2023 +0200

    gnu: Add texlive-seu-ml-assign.
    
    * gnu/packages/tex.scm (texlive-seu-ml-assign): New variable.
---
 gnu/packages/tex.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 9a6f4d4b44..07530cbd6a 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -27221,6 +27221,26 @@ a @code{sesamanuelTIKZ} style to be used for TikZ 
pictures in the Sesamath
 book.")
     (license license:lppl1.3+)))
 
+(define-public texlive-seu-ml-assign
+  (package
+    (name "texlive-seu-ml-assign")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/seu-ml-assign/"
+                   "tex/latex/seu-ml-assign/")
+             (base32
+              "1w8dhp0kmgi9ywskq772ccj5n0kd7j55y15xwm3ss3jjdh4vzh8m")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/seu-ml-assign";)
+    (synopsis "Southeast University Machine Learning Assignment template")
+    (description
+     "This is a template for the Southeast University Machine Learning
+Assignment that can be easily adapted to other usages.  This template features
+a colorful theme that makes it look elegant and attractive.")
+    (license license:expat)))
+
 (define-public texlive-sfg
   (package
     (name "texlive-sfg")



reply via email to

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