guix-commits
[Top][All Lists]
Advanced

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

150/296: gnu: Add texlive-ndsu-thesis-2022.


From: guix-commits
Subject: 150/296: gnu: Add texlive-ndsu-thesis-2022.
Date: Thu, 24 Aug 2023 05:20:34 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 310b3e7716ce18dbe4c46c59f9e9f12144bbf32e
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 16:20:11 2023 +0200

    gnu: Add texlive-ndsu-thesis-2022.
    
    * gnu/packages/tex.scm (texlive-ndsu-thesis-2022): New variable.
---
 gnu/packages/tex.scm | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index e4dbc64b2e..3872a4914e 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -23154,6 +23154,32 @@ for the bachelor's curriculum.")
 be in compliance with North Dakota State University requirements.")
     (license license:lppl1.3+)))
 
+(define-public texlive-ndsu-thesis-2022
+  (package
+    (name "texlive-ndsu-thesis-2022")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/ndsu-thesis-2022/"
+                   "tex/latex/ndsu-thesis-2022/")
+             (base32
+              "0dpkqwl7w2rqv0k0a3s72incfp9qg04m1ql3mc1hsjnn8f9dysq2")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/ndsu-thesis-2022";)
+    (synopsis "North Dakota State University disquisition class 2022")
+    (description
+     "This package provides a class for generating disquisitions intended to
+be in compliance with North Dakota State University requirements.
+Updated (2022) North Dakota State University LaTeX thesis class features
+several functionalities, including not limited to, numbered and non-numbered
+versions, overall justification, document point sizes, fonts options, SI
+units, show frames, URL breaking, long tables, subfigures, multi-page figures,
+chapter styles, sub-files, algorithm listing, BibTeX and BibLaTeX support,
+individual chapter and whole document bibliography, @code{natbib} citations,
+and clever references.")
+    (license license:lppl1.3c)))
+
 (define-public texlive-nucleardata
   (package
     (name "texlive-nucleardata")



reply via email to

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