guix-commits
[Top][All Lists]
Advanced

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

198/296: gnu: Add texlive-shtthesis.


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

ngz pushed a commit to branch master
in repository guix.

commit 5a1ebfa32ff4619d87fb0bf01df12a5558c59e24
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 16:38:58 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index bfd35a1fc3..e3e95e092a 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -27360,6 +27360,53 @@ journal names as written in AMS standard:
 bibliography.")
     (license license:public-domain)))
 
+(define-public texlive-shtthesis
+  (package
+    (name "texlive-shtthesis")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/shtthesis/"
+                   "tex/latex/shtthesis/")
+             (base32
+              "1l7vfqvfcgpndp5kmpdx4d9w89b83j5s2kwkr37hih9cp9l3n9vz")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (propagated-inputs
+     (list texlive-alphalph
+           texlive-biber
+           texlive-biblatex
+           texlive-biblatex-gb7714-2015
+           texlive-booktabs
+           texlive-caption
+           texlive-colortbl
+           texlive-ctex
+           texlive-datetime
+           texlive-enumitem
+           texlive-fancyhdr
+           texlive-fmtcount
+           texlive-lastpage
+           texlive-latexmk
+           texlive-listings
+           texlive-lua-alt-getopt
+           texlive-lualatex-math
+           texlive-mathtools
+           texlive-ntheorem
+           texlive-tex-gyre
+           texlive-tocvsec2
+           texlive-transparent
+           texlive-undolabl
+           texlive-unicode-math
+           texlive-xits
+           texlive-xstring))
+    (home-page "https://ctan.org/pkg/shtthesis";)
+    (synopsis "Unofficial LaTeX thesis template for ShanghaiTech University")
+    (description
+     "This package, forked from @code{ucasthesis}, is an unofficial LaTeX
+thesis template for ShanghaiTech University and satisfies all format
+requirements of the school.")
+    (license license:gpl3)))
+
 (define-public texlive-shuffle
   (package
     (name "texlive-shuffle")



reply via email to

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