guix-commits
[Top][All Lists]
Advanced

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

219/296: gnu: Add texlive-thuthesis.


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

ngz pushed a commit to branch master
in repository guix.

commit cf5e2d065b70920d9b57e0c62e954b56f366ac41
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 16:44:25 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index e17ddb2e91..a8bf38685b 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -29780,6 +29780,28 @@ University to write coursework more efficiently.  It 
can also be used by
 students from other universities.")
     (license license:lppl1.3+)))
 
+(define-public texlive-thuthesis
+  (package
+    (name "texlive-thuthesis")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "bibtex/bst/thuthesis/"
+                   "doc/latex/thuthesis/"
+                   "source/latex/thuthesis/"
+                   "tex/latex/thuthesis/")
+             (base32
+              "11l434c6v0sdhk4y776nrswj53sj2hba4i3dwbspgkh61ckxxhyx")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/thuthesis";)
+    (synopsis "Thesis template for Tsinghua University")
+    (description
+     "This package establishes a simple and easy-to-use LaTeX template for
+Tsinghua dissertations, including general undergraduate research papers,
+masters theses, doctoral dissertations, and postdoctoral reports.")
+    (license license:lppl1.3c)))
+
 (define-public texlive-tinos
   (package
     (name "texlive-tinos")



reply via email to

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