guix-commits
[Top][All Lists]
Advanced

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

87/296: gnu: Add texlive-hfutthesis.


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

ngz pushed a commit to branch master
in repository guix.

commit 0106ede60794b0c76a4d368dd81b30620974a902
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 15:46:34 2023 +0200

    gnu: Add texlive-hfutthesis.
    
    * gnu/packages/tex.scm (texlive-hfutthesis): New variable.
---
 gnu/packages/tex.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index a8cd185c77..84fd7197be 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -16288,6 +16288,29 @@ with guillemets, and support for character protruding 
using the
 Technology (China).")
     (license license:lppl1.3c)))
 
+(define-public texlive-hfutthesis
+  (package
+    (name "texlive-hfutthesis")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/xelatex/hfutthesis/"
+                   "tex/xelatex/hfutthesis/")
+             (base32
+              "1i7ljf5521f9dynrcnim0m4jzz2qkvpsb4pjvxbj5c7pr85gc34r")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/hfutthesis";)
+    (synopsis "LaTeX thesis template for Hefei University of Technology")
+    (description
+     "This project is based on the HFUT_Thesis LaTeX template of Hefei
+University of Technology compiled on the basis of @code{ustctug} and
+@code{ustcthesis}, in accordance with the latest version of @emph{Hefei
+University of Technology Graduate Dissertation Writing Specifications} and
+@emph{Hefei University of Technology Undergraduate Graduation Project (Thesis)
+Work Implementation Rules}.")
+    (license license:lppl1.3c)))
+
 (define-public texlive-hindmadurai
   (package
     (name "texlive-hindmadurai")



reply via email to

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