[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
240/296: gnu: Add texlive-udes-genie-these.
From: |
guix-commits |
Subject: |
240/296: gnu: Add texlive-udes-genie-these. |
Date: |
Thu, 24 Aug 2023 05:21:15 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 953dfdc3a8bcb7970266a895263caf928cbcffe0
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 17:03:17 2023 +0200
gnu: Add texlive-udes-genie-these.
* gnu/packages/tex.scm (texlive-udes-genie-these): 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 af2b8cd741..126826e139 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -30595,6 +30595,32 @@ style that is accepted for use with University of
California PhD dissertations
and masters theses.")
(license license:lppl1.3+)))
+(define-public texlive-udes-genie-these
+ (package
+ (name "texlive-udes-genie-these")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/udes-genie-these/"
+ "source/latex/udes-genie-these/"
+ "tex/latex/udes-genie-these/")
+ (base32
+ "0hhc8d0cmc6miylkc137cxlkw44z23zi17sz31f68im5rl94a4m6")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/udes-genie-these")
+ (synopsis
+ "Thesis class for the @emph{Faculte de genie} at the Universite de
+Sherbrooke")
+ (description
+ "The @code{udes-genie-these} class can be used for PhD theses,
+master's theses and project definitions at the @emph{Faculte de genie} of the
+Universite de Sherbrooke (Quebec, Canada). The class file is coherent with
+the latest version of the @emph{Protocole de redaction aux etudes superieures}
+which is available on the faculte's intranet. The class file documentation is
+in French, the language of the typical user at the Universite de Sherbrooke.")
+ (license license:lppl1.3c)))
+
(define-public texlive-ulqda
(package
(name "texlive-ulqda")
- 209/296: gnu: Add texlive-technion-thesis-template., (continued)
- 209/296: gnu: Add texlive-technion-thesis-template., guix-commits, 2023/08/24
- 224/296: gnu: Add texlive-toptesi., guix-commits, 2023/08/24
- 229/296: gnu: Add texlive-tugboat-plain., guix-commits, 2023/08/24
- 228/296: gnu: Add texlive-tugboat., guix-commits, 2023/08/24
- 226/296: gnu: Add texlive-mathastext., guix-commits, 2023/08/24
- 225/296: gnu: Add texlive-tuda-ci., guix-commits, 2023/08/24
- 231/296: gnu: Add texlive-turabian., guix-commits, 2023/08/24
- 238/296: gnu: Add texlive-ucsmonograph., guix-commits, 2023/08/24
- 239/296: gnu: Add texlive-ucthesis., guix-commits, 2023/08/24
- 245/296: gnu: Add texlive-uiucthesis., guix-commits, 2023/08/24
- 240/296: gnu: Add texlive-udes-genie-these.,
guix-commits <=
- 260/296: gnu: Add texlive-unswcover., guix-commits, 2023/08/24
- 276/296: gnu: Add texlive-wsemclassic., guix-commits, 2023/08/24
- 268/296: gnu: Add texlive-utexasthesis., guix-commits, 2023/08/24
- 267/296: gnu: Add texlive-ut-thesis., guix-commits, 2023/08/24
- 289/296: gnu: Add texlive-tocbibind., guix-commits, 2023/08/24
- 277/296: gnu: Add texlive-xduthesis., guix-commits, 2023/08/24
- 270/296: gnu: Add texlive-uwa-colours., guix-commits, 2023/08/24
- 281/296: gnu: Add texlive-imakeidx., guix-commits, 2023/08/24
- 286/296: gnu: Add texlive-mparhack., guix-commits, 2023/08/24
- 290/296: gnu: Add texlive-glossaries., guix-commits, 2023/08/24