guix-commits
[Top][All Lists]
Advanced

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

241/296: gnu: Add texlive-uestcthesis.


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

ngz pushed a commit to branch master
in repository guix.

commit 74cde2da850a9b230883634d177a7417c8b0afe9
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 17:03:30 2023 +0200

    gnu: Add texlive-uestcthesis.
    
    * gnu/packages/tex.scm (texlive-uestcthesis): 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 126826e139..3959e94c6b 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -30621,6 +30621,26 @@ which is available on the faculte's intranet.  The 
class file documentation is
 in French, the language of the typical user at the Universite de Sherbrooke.")
     (license license:lppl1.3c)))
 
+(define-public texlive-uestcthesis
+  (package
+    (name "texlive-uestcthesis")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "bibtex/bst/uestcthesis/"
+                   "doc/latex/uestcthesis/"
+                   "tex/latex/uestcthesis/")
+             (base32
+              "1gqa6yyj3nq75vfjxrcn0pxc9gmgdaf7mdhp5sf3hy3br9ix8qgw")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/uestcthesis";)
+    (synopsis "Thesis class for UESTC")
+    (description
+     "The class is for typesetting a thesis at the University of Electronic
+Science and Technology of China.")
+    (license license:lppl1.3+)))
+
 (define-public texlive-ulqda
   (package
     (name "texlive-ulqda")



reply via email to

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