[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
201/296: gnu: Add texlive-sphdthesis.
From: |
guix-commits |
Subject: |
201/296: gnu: Add texlive-sphdthesis. |
Date: |
Thu, 24 Aug 2023 05:21:04 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 27c1972b61c3fe3e62e58532bb1a032f01d56a96
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 16:40:09 2023 +0200
gnu: Add texlive-sphdthesis.
* gnu/packages/tex.scm (texlive-sphdthesis): 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 0137c811cf..a93384dba7 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -27939,6 +27939,28 @@ a new and versatile serif face available in seven
weights of roman and italic,
with small caps.")
(license (list license:silofl1.1 license:lppl))))
+(define-public texlive-sphdthesis
+ (package
+ (name "texlive-sphdthesis")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/sphdthesis/"
+ "tex/latex/sphdthesis/")
+ (base32
+ "05ncll9vd2yh15vp6gqzidrp011d1i2hsmlzfrfz954f9449ydx4")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/sphdthesis";)
+ (synopsis "LaTeX template for writing PhD thesis")
+ (description
+ "The package provides a LaTeX document class for writing a PhD thesis.
+By default, the class adheres to the @acronym{NUS, National University of
+Singapore} Guidelines on Format of Research Thesis Submitted For Examination.
+However, modifying the class for conformation to a different guideline should
+not be difficult.")
+ (license license:public-domain)))
+
(define-public texlive-splitbib
(package
(name "texlive-splitbib")
- 156/296: gnu: Add texlive-nostarch., (continued)
- 156/296: gnu: Add texlive-nostarch., guix-commits, 2023/08/24
- 157/296: gnu: Add texlive-nrc., guix-commits, 2023/08/24
- 161/296: gnu: Add texlive-opteng., guix-commits, 2023/08/24
- 163/296: gnu: Add texlive-philosophersimprint., guix-commits, 2023/08/24
- 164/296: gnu: Add texlive-pittetd., guix-commits, 2023/08/24
- 172/296: gnu: Add texlive-ptptex., guix-commits, 2023/08/24
- 173/296: gnu: Add texlive-qrbill., guix-commits, 2023/08/24
- 177/296: gnu: Add texlive-revtex4., guix-commits, 2023/08/24
- 193/296: gnu: Add texlive-shortmathj., guix-commits, 2023/08/24
- 197/296: gnu: Add texlive-undolabl., guix-commits, 2023/08/24
- 201/296: gnu: Add texlive-sphdthesis.,
guix-commits <=
- 213/296: gnu: Add texlive-thesis-gwu., guix-commits, 2023/08/24
- 220/296: gnu: Add texlive-tidyres., guix-commits, 2023/08/24
- 217/296: gnu: Add texlive-thubeamer., guix-commits, 2023/08/24
- 219/296: gnu: Add texlive-thuthesis., guix-commits, 2023/08/24
- 216/296: gnu: Add texlive-thuaslogos., guix-commits, 2023/08/24
- 222/296: gnu: Add texlive-tlc-article., guix-commits, 2023/08/24
- 230/296: gnu: Add texlive-tui., guix-commits, 2023/08/24
- 227/296: gnu: Add texlive-tudscr., guix-commits, 2023/08/24
- 232/296: gnu: Add texlive-uaclasses., guix-commits, 2023/08/24
- 235/296: gnu: Add texlive-ucalgmthesis., guix-commits, 2023/08/24