guix-commits
[Top][All Lists]
Advanced

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

51/296: gnu: Add texlive-cquthesis.


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

ngz pushed a commit to branch master
in repository guix.

commit ca58eec0bd42e8c3b1f231fa3ee4ce52d382b61f
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 15:32:17 2023 +0200

    gnu: Add texlive-cquthesis.
    
    * gnu/packages/tex.scm (texlive-cquthesis): 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 ddfe9e4521..1201f3aa28 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -10223,6 +10223,28 @@ including multiple accents on the same letter, 
interline glosses (word-by-word
 translations), Discourse Representation Structures, and example numbering.")
     (license license:lppl1.3+)))
 
+(define-public texlive-cquthesis
+  (package
+    (name "texlive-cquthesis")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "bibtex/bst/cquthesis/"
+                   "doc/latex/cquthesis/"
+                   "source/latex/cquthesis/"
+                   "tex/latex/cquthesis/")
+             (base32
+              "0591wd88zp4sgnv2avwqv8127c2g5zbhjr7y15xaahiy7s404hn2")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/cquthesis";)
+    (synopsis "LaTeX thesis template for Chongqing University")
+    (description
+     "CQUThesis stands for Chongqing University thesis template for LaTeX,
+bearing the ability to support bachelor, master, doctor dissertations with
+grace and speed.")
+    (license license:lppl1.3+)))
+
 (define-public texlive-crimson
   (package
     (name "texlive-crimson")



reply via email to

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