guix-commits
[Top][All Lists]
Advanced

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

40/296: gnu: Add texlive-buctthesis.


From: guix-commits
Subject: 40/296: gnu: Add texlive-buctthesis.
Date: Thu, 24 Aug 2023 05:19:52 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 00d33e1dab048a5911ff68501460e11f3bfdf863
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 15:28:02 2023 +0200

    gnu: Add texlive-buctthesis.
    
    * gnu/packages/tex.scm (texlive-buctthesis): 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 8e4d639369..c589924e85 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -7372,6 +7372,26 @@ distributed in Adobe Type 1 format (but is available in 
italic shape only).
 The package includes the files needed by LaTeX in order to use that font.")
     (license license:public-domain)))
 
+(define-public texlive-buctthesis
+  (package
+    (name "texlive-buctthesis")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/xelatex/buctthesis/"
+                   "source/xelatex/buctthesis/"
+                   "tex/xelatex/buctthesis/")
+             (base32
+              "0qy9wknd91cj8b5lpdah773xqn29k5i0vfycyhax8fxzy3ss6bri")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/buctthesis";)
+    (synopsis "Beijing University of Chemical Technology thesis template")
+    (description
+     "This package provides a LaTeX class and template for Beijing University
+of Chemical Technology, supporting bachelor, master, and doctor theses.")
+    (license license:lppl1.3c)))
+
 (define-public texlive-burmese
   (package
     (name "texlive-burmese")



reply via email to

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