icmmcm.cls
is a LaTeX document class for formatting submissions
for the annual
Mathematical Contest in Modelling (MCM) and Interdisciplinary Contest in Modeling (ICM)
run by the
Consortium for Mathematics and Its Applications (COMAP).
The contest has strict requirements on the formatting of reports and this class is meant to address those aspects of the contests' rules.
After downloading the code (by cloning the repository or
downloading a ZIP or tar.gz
archive from
the releases page,
copy blank-template.tex
to give it a better name (maybe your
team's control number) and edit that file.
Specify the following information:
- Your report's title with the LaTeX
\title
command - The contest you're participating in with the
\contest
command (should be eitherMCM
orICM
) - The letter indicating the problem you're addressing with
\question
(in 2016, there are three questions for each contest, with A, B, and C being MCM problems and D, E, and F ICM problems). - Your team's Control Number with the
\team
command.
Make sure you don't include any identifying information in your report (e.g., your or your teammates' names, your advisors' names, your school or other organization, your location).
Read the contest instructions carefully!
We welcome suggestions and contributions, as well as bug reports. Please use the project's GitHub issue tracker to file requests, and fork and submit pull requests to address issues you find.
We appreciate your help in supporting MCM and ICM participants!
The files in this repository are licensed to you for your use under two licenses, with some files using the LPPL and some using the Unlicense.
Copyright © 2016 Claire Connelly and the Harvey Mudd College Department of Mathematics.
This work may be distributed and/or modified under the conditions of the LaTeX Project Public License, either version 1.3 of this license or (at your option) any later version.
The latest version of this license is in http://www.latex-project.org/lppl.txt and version 1.3 or later is part of all distributions of LaTeX version 2005/12/01 or later.
This work has the LPPL maintenance status `maintained'.
The Current Maintainer of this work is Claire M. Connelly.
This work consists of the files icmmcm.cls
,
blank-template.tex
, and icmmcm-sample.tex
.
Earlier releases of the icmmcm
class were made under the
GNU General Public License (GPL), version 2,
and you are welcome to fork the project from that release point on
under the GPL.
The files shapes.pdf
, shapes.eps
, and icmmcm.bib
are
released into the public domain under the
Unlicense. See the file UNLICENSE
in
the repository for details of this license.