me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-muling.

* gnu/packages/tex.scm (texlive-muling): New variable.
master
Nicolas Goaziou 2023-08-22 16:17:44 +02:00
parent 7753737fab
commit 09aaabd0d5
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 21 additions and 0 deletions

View File

@ -21987,6 +21987,27 @@ requirements")
with Marquette University Graduate School requirements.")
(license license:lppl1.3+)))
(define-public texlive-muling
(package
(name "texlive-muling")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/muling/" "source/latex/muling/"
"tex/latex/muling/")
(base32
"0i4yvi1b12x8k2i2hi284b4zxwpxrzkfyqvw45m5f27qsr33h61x")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/muling")
(synopsis
"MA thesis class for the Department of Linguistics, University of
Mumbai")
(description
"This is a class file for writing MA thesis as required by the
Department of Linguistics at the University of Mumbai.")
(license license:lppl1.3c)))
(define-public texlive-multibib
(package
(name "texlive-multibib")