guix-commits
[Top][All Lists]
Advanced

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

93/296: gnu: Add texlive-hustthesis.


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

ngz pushed a commit to branch master
in repository guix.

commit 33e088322cacd642949ab3d2d6c0a2577f2a1a74
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 15:48:04 2023 +0200

    gnu: Add texlive-hustthesis.
    
    * gnu/packages/tex.scm (texlive-hustthesis): 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 78c10d8850..2268e16b0e 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -16639,6 +16639,27 @@ meaning bloke.)  With this package you can typeset 150 
paragraphs of Lorum
 ipse.")
     (license license:lppl1.3+)))
 
+(define-public texlive-hustthesis
+  (package
+    (name "texlive-hustthesis")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "bibtex/bst/hustthesis/"
+                   "doc/latex/hustthesis/"
+                   "source/latex/hustthesis/"
+                   "tex/latex/hustthesis/")
+             (base32
+              "12sacpq43wjkr0j0ziszw37achyc7cf0z5kajqdfb5d7ksas0j2n")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/hustthesis";)
+    (synopsis "Unofficial thesis template for Huazhong University")
+    (description
+     "The package provides an unofficial thesis template in LaTeX for Huazhong
+University of Science and Technology.")
+    (license license:lppl1.3+)))
+
 (define-public texlive-hvarabic
   (package
     (name "texlive-hvarabic")



reply via email to

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