guix-commits
[Top][All Lists]
Advanced

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

191/296: gnu: Add texlive-seuthesis.


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

ngz pushed a commit to branch master
in repository guix.

commit 975c797350faf4971a5ea1651eced95a85475d6d
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 16:34:58 2023 +0200

    gnu: Add texlive-seuthesis.
    
    * gnu/packages/tex.scm (texlive-seuthesis): 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 07530cbd6a..25b219e796 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -27241,6 +27241,26 @@ 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-seuthesis
+  (package
+    (name "texlive-seuthesis")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "bibtex/bst/seuthesis/"
+                   "doc/latex/seuthesis/"
+                   "source/latex/seuthesis/")
+             (base32
+              "1gb1bql0llnms1c18xzp4g8j16zffinjjydiv4gsasyvxc0p8c5n")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/seuthesis";)
+    (synopsis "LaTeX template for theses at Southeastern University")
+    (description
+     "This template is for theses at Southeastern University, Nanjing,
+China.")
+    (license license:gpl3)))
+
 (define-public texlive-sfg
   (package
     (name "texlive-sfg")



reply via email to

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