me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-muthesis.

* gnu/packages/tex.scm (texlive-muthesis): New variable.
master
Nicolas Goaziou 2023-08-22 16:18:43 +02:00
parent fd8ce9ad07
commit 59f9e8ce06
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 19 additions and 0 deletions

View File

@ -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")