LaTeX author support for the International Press book series Harvard CMSA Series in Mathematics (CMSA)
Author support service provides LaTeX style files and *.tex
file templates designed for International Press book series
Harvard CMSA Series in Mathematics (CMSA) manuscripts.
The following files are given in the repository (or directly in *.zip
archive):
ipbook.cls
- LaTeX style files designed for International Press book series. Please do not change them. These files are already loaded in the respective template files;cmsa-template.tex
- topmatter template (should be used for manuscript preparation);cmsa-sample.tex
- book series sample article;cmsa-sample.pdf
- book series sample article (PDF
file);
- Clone the repository or download the
*.zip
archive. Rename the package to<your-project-name>
. - Install
ipbook.cls
file in your TeX system (suggested directory:ipbook
). - Use the file
cmsa-template.tex
to start your article as a template. - Use the file
cmsa-sample.tex
as a reference for how to prepare a topmatter of your article.
Use cmsa-template.tex
as a template.
For the CMSA journal cmsa
option must be set
in a \documentclass[]{ipbook}
:
\documentclass[cmsa]{ipbook}
The preamble of your LaTeX document should look like this:
\documentclass[cmsa]{ipbook}
\title{Title}
\author{First Author}
\address{Address of the First Author, Country}
\email{first@somewhere.com}
\thanks{First Author is supported by ...}
\author{Second Author}
\address{Address of the Second Author, Country}
\email{second@somewhere.com}
\begin{document}
\begin{abstract}
...
\end{abstract}
\maketitle
\tableofcontents
Your manuscript content
\end{document}
Submit one single file as a ZIP
archive.
Pack your root folder <your-project-name>
with files and subfolders.
Please submit bug report or feature requests at github page.