[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
133/296: gnu: Add texlive-mcmthesis.
From: |
guix-commits |
Subject: |
133/296: gnu: Add texlive-mcmthesis. |
Date: |
Thu, 24 Aug 2023 05:20:29 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit b345ddf902f8c22a967f08242f5f91e64b7636b2
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 16:14:43 2023 +0200
gnu: Add texlive-mcmthesis.
* gnu/packages/tex.scm (texlive-mcmthesis): New variable.
---
gnu/packages/tex.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index f11d0c438e..a2d9e526cc 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -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")
- 134/296: gnu: Add texlive-mentis., (continued)
- 134/296: gnu: Add texlive-mentis., guix-commits, 2023/08/24
- 137/296: gnu: Add texlive-mnras., guix-commits, 2023/08/24
- 107/296: gnu: Add texlive-jnuexam., guix-commits, 2023/08/24
- 119/296: gnu: Add texlive-kfupm-math-exam., guix-commits, 2023/08/24
- 120/296: gnu: Add texlive-kluwer., guix-commits, 2023/08/24
- 125/296: gnu: Add texlive-limecv., guix-commits, 2023/08/24
- 126/296: gnu: Add texlive-lion-msc., guix-commits, 2023/08/24
- 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 <=
- 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, 2023/08/24
- 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