From 59f9e8ce06448201a270a00ca7e274c156609c68 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Tue, 22 Aug 2023 16:18:43 +0200 Subject: [PATCH] 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")