guix-commits
[Top][All Lists]
Advanced

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

149/296: gnu: Add texlive-ndsu-thesis.


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

ngz pushed a commit to branch master
in repository guix.

commit 0238fced2289a7c9f6300a0a583059485f55c2a3
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 16:20:00 2023 +0200

    gnu: Add texlive-ndsu-thesis.
    
    * gnu/packages/tex.scm (texlive-ndsu-thesis): 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 639877124c..e4dbc64b2e 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -23135,6 +23135,25 @@ University in order to make it easy to write 
experiment reports and homework
 for the bachelor's curriculum.")
     (license license:lppl1.3c)))
 
+(define-public texlive-ndsu-thesis
+  (package
+    (name "texlive-ndsu-thesis")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/ndsu-thesis/"
+                   "tex/latex/ndsu-thesis/")
+             (base32
+              "0nwn17993jqiwgjjfi2jqj6m1qq8b1cbgxvq7shqvk48a0zh6y6h")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/ndsu-thesis";)
+    (synopsis "North Dakota State University disquisition class")
+    (description
+     "This package provides a class for generating disquisitions, intended to
+be in compliance with North Dakota State University requirements.")
+    (license license:lppl1.3+)))
+
 (define-public texlive-nucleardata
   (package
     (name "texlive-nucleardata")



reply via email to

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