Guide to IMA LaTeX class and style files
The named LaTeX class files corresponding to the IMA journals are provided below:
IMA Journal of Applied Mathematics(IMAMAT) imamat.cls
IMA Journal of Numerical Analysis (IMANUM) imanum.cls
IMA Journal of Management Mathematics(IMAMAN) imaman.cls
Mathematical Medicine and Biology(IMAMMB) imammb.cls
Additional style files: modamsfonts.sty; modamssymb.sty; modamsthm.sty; modharvard.sty; modnatbib.sty; standard.tex
Copy all the class and style files to the either the appropriate location in the texmf tree or in the same folder as *.tex file.
In the beginning of the LaTeX document please call the correct class file for the journal:
e.g. \documentclass{imamat} for IMA Journal of Applied Mathematics.
Do not use any layout related commands in the TeX File i.e., \textheight, \textwidth etc.,
Use the abstract environment based on IMA styles (see sample.tex).
In tables, change caption, body and tablenotes to their corresponding IMA commands (see sample.tex).
If the citations are provided explicitly in the TeX file, then use references environment which is defined in the class file (see sample.tex).