[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")
- 191/296: gnu: Add texlive-seuthesis., (continued)
- 191/296: gnu: Add texlive-seuthesis., guix-commits, 2023/08/24
- 205/296: gnu: Add texlive-stellenbosch., guix-commits, 2023/08/24
- 204/296: gnu: Add texlive-srdp-mathematik., guix-commits, 2023/08/24
- 210/296: gnu: Add texlive-texilikechaps., guix-commits, 2023/08/24
- 208/296: gnu: Add texlive-tabriz-thesis., guix-commits, 2023/08/24
- 207/296: gnu: Add texlive-sugconf., guix-commits, 2023/08/24
- 206/296: gnu: Add texlive-suftesi., guix-commits, 2023/08/24
- 223/296: gnu: Add texlive-topletter., guix-commits, 2023/08/24
- 221/296: gnu: Add texlive-timbreicmc., guix-commits, 2023/08/24
- 215/296: gnu: Add texlive-thesis-titlepage-fhac., guix-commits, 2023/08/24
- 149/296: gnu: Add texlive-ndsu-thesis.,
guix-commits <=
- 150/296: gnu: Add texlive-ndsu-thesis-2022., guix-commits, 2023/08/24
- 155/296: gnu: Add texlive-njuvisual., guix-commits, 2023/08/24
- 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