[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
247/296: gnu: Add texlive-ulthese.
From: |
guix-commits |
Subject: |
247/296: gnu: Add texlive-ulthese. |
Date: |
Thu, 24 Aug 2023 05:21:17 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 52d3a03f532ae67e15bcc713d547edc6e23e12de
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 17:06:32 2023 +0200
gnu: Add texlive-ulthese.
* gnu/packages/tex.scm (texlive-ulthese): New variable.
---
gnu/packages/tex.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index c9513a1b3b..d49a4eea08 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -30779,6 +30779,31 @@ providing the LaTeX user with macros which are used to
markup textual
information.")
(license license:lppl)))
+(define-public texlive-ulthese
+ (package
+ (name "texlive-ulthese")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/ulthese/" "source/latex/ulthese/"
+ "tex/latex/ulthese/")
+ (base32
+ "1kcw1zsgj0dr00h555qcld9dn58i8iipnka9s10fn9q0x46sq05q")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/ulthese")
+ (synopsis "Thesis class and templates for Universite Laval")
+ (description
+ "The package provides a class based on @code{memoir} to prepare theses
+and memoirs compliant with the presentation rules set forth by the Faculty of
+Graduate Studies of Universite Laval, Quebec, Canada. The class also comes
+with an extensive set of templates for the various types of theses and memoirs
+offered at Laval.
+
+Please note that the documentation for the class and the comments in the
+templates are all written in French, the language of the target audience.")
+ (license license:lppl1.3c)))
+
(define-public texlive-umtypewriter
(package
(name "texlive-umtypewriter")
- 270/296: gnu: Add texlive-uwa-colours., (continued)
- 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
- 296/296: gnu: Add texlive-collection-publishers., guix-commits, 2023/08/24
- 249/296: gnu: Add texlive-umich-thesis., guix-commits, 2023/08/24
- 251/296: gnu: Add texlive-unam-thesis., guix-commits, 2023/08/24
- 243/296: gnu: Add texlive-uhhassignment., guix-commits, 2023/08/24
- 253/296: gnu: Add texlive-unamthesis., guix-commits, 2023/08/24
- 254/296: gnu: Add texlive-unbtex., guix-commits, 2023/08/24
- 247/296: gnu: Add texlive-ulthese.,
guix-commits <=
- 255/296: gnu: Add texlive-unifith., guix-commits, 2023/08/24
- 256/296: gnu: Add texlive-unigrazpub., guix-commits, 2023/08/24
- 258/296: gnu: Add texlive-univie-ling., guix-commits, 2023/08/24
- 257/296: gnu: Add texlive-unitn-bimrep., guix-commits, 2023/08/24
- 279/296: gnu: Add texlive-xmuthesis., guix-commits, 2023/08/24
- 266/296: gnu: Add texlive-uspatent., guix-commits, 2023/08/24
- 263/296: gnu: Add texlive-uowthesis., guix-commits, 2023/08/24
- 275/296: gnu: Add texlive-vancouver., guix-commits, 2023/08/24
- 273/296: gnu: Add texlive-uwa-pif., guix-commits, 2023/08/24
- 278/296: gnu: Add texlive-xduts., guix-commits, 2023/08/24