[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
144/296: gnu: Add texlive-muthesis.
From: |
guix-commits |
Subject: |
144/296: gnu: Add texlive-muthesis. |
Date: |
Thu, 24 Aug 2023 05:20:32 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 59f9e8ce06448201a270a00ca7e274c156609c68
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 16:18:43 2023 +0200
gnu: Add texlive-muthesis.
* gnu/packages/tex.scm (texlive-muthesis): 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 7aebbf692f..65757a44e3 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -22331,6 +22331,25 @@ according to the specifications of Prof.@: Stefan
Hahnheide. A BibLaTeX style
is provided.")
(license license:lppl)))
+(define-public texlive-muthesis
+ (package
+ (name "texlive-muthesis")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/muthesis/" "tex/latex/muthesis/")
+ (base32
+ "1yydkhxpa9c5w8bpdx09w3mjggff0q2zsq8gkkbjjg29mg5x559j")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/muthesis")
+ (synopsis "Classes for University of Manchester Dept.@: of Computer
+Science")
+ (description
+ "The bundle provides thesis and project report document classes from the
+University of Manchester's Department of Computer Science.")
+ (license license:lppl)))
+
(define-public texlive-msu-thesis
(package
(name "texlive-msu-thesis")
- 130/296: gnu: Add texlive-lps., (continued)
- 130/296: gnu: Add texlive-lps., guix-commits, 2023/08/24
- 85/296: gnu: Add texlive-hep-paper., guix-commits, 2023/08/24
- 122/296: gnu: Add texlive-ku-template., guix-commits, 2023/08/24
- 133/296: gnu: Add texlive-mcmthesis., guix-commits, 2023/08/24
- 136/296: gnu: Add texlive-mluexercise., guix-commits, 2023/08/24
- 138/296: gnu: Add texlive-modeles-factures-belges-assocs., guix-commits, 2023/08/24
- 139/296: gnu: Add texlive-msu-thesis., guix-commits, 2023/08/24
- 140/296: gnu: Add texlive-mucproc., guix-commits, 2023/08/24
- 145/296: gnu: Add texlive-mynsfc., guix-commits, 2023/08/24
- 148/296: gnu: Add texlive-nddiss., guix-commits, 2023/08/24
- 144/296: gnu: Add texlive-muthesis.,
guix-commits <=
- 87/296: gnu: Add texlive-hfutthesis., guix-commits, 2023/08/24
- 88/296: gnu: Add texlive-hithesis., guix-commits, 2023/08/24
- 94/296: gnu: Add texlive-icsv., guix-commits, 2023/08/24
- 97/296: gnu: Add texlive-ieeetran., guix-commits, 2023/08/24
- 102/296: gnu: Add texlive-inkpaper., guix-commits, 2023/08/24
- 115/296: gnu: Add texlive-jwjournal., guix-commits, 2023/08/24
- 117/296: gnu: Add texlive-anyfontsize., guix-commits, 2023/08/24
- 121/296: gnu: Add texlive-ksp-thesis., guix-commits, 2023/08/24
- 132/296: gnu: Add texlive-matc3mem., guix-commits, 2023/08/24
- 141/296: gnu: Add texlive-mugsthesis., guix-commits, 2023/08/24