[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
209/296: gnu: Add texlive-technion-thesis-template.
From: |
guix-commits |
Subject: |
209/296: gnu: Add texlive-technion-thesis-template. |
Date: |
Thu, 24 Aug 2023 05:21:06 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 0f907de05baab257b4260deff43d454c227840a8
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 16:42:09 2023 +0200
gnu: Add texlive-technion-thesis-template.
* gnu/packages/tex.scm (texlive-technion-thesis-template): 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 9f9fbdf0a3..2885a5c27c 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -29055,6 +29055,25 @@ in colleges and lycées (and perhaps elsewhere). It is
hoped that the package
will facilitate the everyday use of LaTeX by mathematics teachers.")
(license license:lppl)))
+(define-public texlive-technion-thesis-template
+ (package
+ (name "texlive-technion-thesis-template")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/xelatex/technion-thesis-template/"
+ "tex/xelatex/technion-thesis-template/")
+ (base32
+ "1fnz3d3knflhm9349rn9xw3k698fn6dyxxh2a7zv8rx3z3y7kzwn")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/technion-thesis-template")
+ (synopsis "Template for theses on the Technion graduate school")
+ (description
+ "This is a template for writing a thesis according to the Technion
+specifications.")
+ (license license:cc-by4.0)))
+
(define-public texlive-tempora
(package
(name "texlive-tempora")
- 176/296: gnu: Add texlive-resumecls., (continued)
- 176/296: gnu: Add texlive-resumecls., guix-commits, 2023/08/24
- 178/296: gnu: Add texlive-revtex4-1., guix-commits, 2023/08/24
- 179/296: gnu: Add texlive-rutitlepage., guix-commits, 2023/08/24
- 180/296: gnu: Add texlive-ryersonsgsthesis., guix-commits, 2023/08/24
- 183/296: gnu: Add texlive-sapthesis., guix-commits, 2023/08/24
- 189/296: gnu: Add texlive-se2thesis., guix-commits, 2023/08/24
- 190/296: gnu: Add texlive-seu-ml-assign., guix-commits, 2023/08/24
- 194/296: gnu: Add texlive-datetime., guix-commits, 2023/08/24
- 202/296: gnu: Add texlive-spie., guix-commits, 2023/08/24
- 200/296: gnu: Add texlive-soton., guix-commits, 2023/08/24
- 209/296: gnu: Add texlive-technion-thesis-template.,
guix-commits <=
- 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, 2023/08/24