guix-commits
[Top][All Lists]
Advanced

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

90/296: gnu: Add texlive-hitszthesis.


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

ngz pushed a commit to branch master
in repository guix.

commit 8285d8a34bc5696eb8c48a74fa4a23ae4727cf83
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 15:47:20 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 452722a61a..a80e2a1a3d 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -16462,6 +16462,32 @@ TeX to format a document for nearly-arbitrary values 
of @code{\\hsize} and
 Technology, ShenZhen).")
     (license license:lppl1.3c)))
 
+(define-public texlive-hitszthesis
+  (package
+    (name "texlive-hitszthesis")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "bibtex/bst/hitszthesis/"
+                   "doc/latex/hitszthesis/"
+                   "makeindex/hitszthesis/"
+                   "source/latex/hitszthesis/"
+                   "tex/latex/hitszthesis/")
+             (base32
+              "0m1wr3iq1nzcymvnamgna0iiqb3ndllflgawzjjv85aay9jszra0")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/hitszthesis";)
+    (synopsis
+     "Dissertation template for Harbin Institute of Technology, ShenZhen")
+    (description
+     ;; XXX: Cannot use @acronym and @comma here, because Guile Texinfo does
+     ;; not support this combination.
+     "This package provides a dissertation template for HITSZ (Harbin
+Institute of Technology, ShenZhen), including bachelor, master and doctor
+dissertations.")
+    (license license:lppl1.3c)))
+
 (define-public texlive-hmtrump
   (package
     (name "texlive-hmtrump")



reply via email to

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