guix-commits
[Top][All Lists]
Advanced

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

188/296: gnu: Add texlive-sduthesis.


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

ngz pushed a commit to branch master
in repository guix.

commit 2d03e284604e64545b6c50d725f1fd17708444ea
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 16:34:21 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 3eb75d355e..162c175ce4 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -27078,6 +27078,25 @@ paragraphs.  A reference for the quotation can 
optionally be added.")
 typesetting diaries, journals or devotionals.")
     (license license:lppl1.3+)))
 
+(define-public texlive-sduthesis
+  (package
+    (name "texlive-sduthesis")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/sduthesis/"
+                   "source/latex/sduthesis/"
+                   "tex/latex/sduthesis/")
+             (base32
+              "1c9dmgjbxc0xyphi4hcb9yilmhh6hg0l2r4vkyjds3xgii7kwkn7")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/sduthesis";)
+    (synopsis "Thesis template of Shandong University")
+    (description
+     "This package provides a thesis template of Shandong University.")
+    (license license:lppl1.3+)))
+
 (define-public texlive-serbian-apostrophe
   (package
     (name "texlive-serbian-apostrophe")



reply via email to

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