guix-commits
[Top][All Lists]
Advanced

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

278/296: gnu: Add texlive-xduts.


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

ngz pushed a commit to branch master
in repository guix.

commit e5041de05380c3bd9a22b139e87ce3af81a99a13
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 17:19:29 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 400e460169..fe207a2f3e 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -32161,6 +32161,29 @@ levels of degrees from bachelor to doctor, including 
both academic master and
 professional master.")
     (license license:lppl1.3+)))
 
+(define-public texlive-xduts
+  (package
+    (name "texlive-xduts")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/xelatex/xduts/" "source/xelatex/xduts/"
+                   "tex/xelatex/xduts/")
+             (base32
+              "17zd5i4vxpg2n7w9449q754i2k280jjm18pfl6d8b6r1adv5hy4c")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (native-inputs (list texlive-ctex))
+    (home-page "https://ctan.org/pkg/xduts";)
+    (synopsis "Xidian University TeX suite")
+    (description
+     "XDUTS is designed to help Xidian University students use LaTeX
+typesetting efficiently.  XDUTS contains a font configuration package that
+meets the school's requirements and can be applied to any document class.  In
+addition, there are thesis and thesis proposal templates for both
+undergraduate and postgraduate that meet the school's requirements.")
+    (license license:lppl1.3c)))
+
 (define-public texlive-xecjk
   (package
     (name "texlive-xecjk")



reply via email to

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