me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-mcmthesis.

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

View File

@ -21114,6 +21114,27 @@ The mazes generated by this package are natural and their solution is not too
obvious. The output it based on the @code{picture} environment.")
(license license:lppl1.3c)))
(define-public texlive-mcmthesis
(package
(name "texlive-mcmthesis")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/mcmthesis/"
"source/latex/mcmthesis/"
"tex/latex/mcmthesis/")
(base32
"1hz4c2mjfk3169phgy39m2y15k7jybfd4k36f26m17k6c490qpfc")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/mcmthesis")
(synopsis "Template designed for MCM and ICM")
(description
"The package offers a template for @acronym{MCM, The Mathematical Contest
in Modeling} and @acronym{ICM, The Interdisciplinary Contest in Modeling} for
typesetting the submitted paper.")
(license license:lppl1.3c)))
(define-public texlive-mdputu
(package
(name "texlive-mdputu")