LaTeX author support for the International Press journal Notices of the International Congress of Chinese Mathematicians (ICCM Notices)
Author support service provides LaTeX style files and *.tex file templates designed for International Press journal
Notices of the International Congress of Chinese Mathematicians (ICCM Notices) articles.
The following files are given in the repository (or directly in *.zip archive):
head.pdf- logo imageiccm.cls- LaTeX style files designed for International Press ICCM Notices journal articles. Please do not change them. These files are already loaded in the respective template files;iccm-template.tex- topmatter template (should be used for article preparation);iccm-sample.tex- journal sample article;iccm-sample.pdf- journal sample article (PDFfile);
- Clone the repository or download the
*.ziparchive. Rename the package to<your-project-name>. - Install
iccm.clsin your TeX system (suggested directory:iccm). - Use the file
iccm-template.texto start your article as a template. - Use the file
iccm-sample.texas a reference for how to prepare a topmatter of your article.
Use iccm-template.tex as a template.
In case Chinese symbols are used in the manuscriptfontspec.sty package should be used:
Fandol(or some other) fonts for Chinese typesetting should be installed in TeX system and used in the following way:\newfontfamily\textzhfamily{FandolSong-Regular.otf} \def\textzh#1{{\textzhfamily #1}} \textzh{林振峰}
luatexengine should be used to producePDFfile.
For bibliography references output and citations a natbib package
is loaded by default with the following options:
\usepackage[numbers,square]{natbib}It provides numbered citations.
In case author-year citation is required, provide the authoryear option:
\documentclass[authoryear]{iccm}All natbib package options can be provided in this way.
In case some other bibliography package is used
which is not compatible with natbib package,
one can disable the latter with the option nonatbib:
\documentclass[nonatbib]{iccm}The preamble of your LaTeX document should look like this:
\documentclass{iccm}
\begin{document}
\begin{frontmatter}
\title{Title%
\protect\thanks{Footnote to the title with the `thankstext' command.}}
\runtitle{Title}
\author{First Author}%
\ and
\author{Second Author}%
\runauthor{F. Author and S. Author}
\begin{abstract}
...
\end{abstract}
\end{frontmatter}
Your publication 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.