diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-08-22 16:20:11 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-08-24 11:10:52 +0200 |
commit | 310b3e7716ce18dbe4c46c59f9e9f12144bbf32e (patch) | |
tree | 0e706b1d41807c4553613bd3414964811ccd8808 /gnu | |
parent | 0238fced2289a7c9f6300a0a583059485f55c2a3 (diff) |
gnu: Add texlive-ndsu-thesis-2022.
* gnu/packages/tex.scm (texlive-ndsu-thesis-2022): New variable.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/tex.scm | 26 |
1 files changed, 26 insertions, 0 deletions
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") |