
|

|
|
LaTeX Author Packages for IP publications:
|
|
Contents of a .zip file
Following files are included in the distribution:
ipart.cls
- document class file;
imsart.sty
- imsart package (it's loaded by ipart.cls);
imsart-number.bst,imsart-nameyear.bst
- suggested bibliography styles (bibtex file);
*-template.tex
- topmatter templates;
*-sample.tex
- journal sample articles;
*-sample.pdf
- journal sample articles (pdf file);
|
|
Setup
- unpack .zip file;
- install
ipart.cls, imsart.sty, imsart-number.bst, imsart-nameyear.bst in your TeX system (suggested directory: ipart);
- use the file
*-template.tex to start your article as a template;
- use the file
*-sample.tex as a reference for how to prepare a frontmatter of your article;
Options
sii option must be set in a \documentclass[]{ipart} for the SII journal:
\documentclass[sii]{ipart}
joc option must be set in a \documentclass[]{ipart} for the SII journal:
\documentclass[joc]{ipart}
Recomended usage of ipart package
Use *-template.tex as a template. The preamble of your LaTeX document should look like this:
%Possible keys: sii, joc
\documentclass[sii]{ipart}
\arxiv{math.PR/0000000}
\begin{document}
\begin{frontmatter}
\title{A Sample Document\protect\thanksref{T1}}
\runtitle{A Sample Document}
\thankstext{T1}{Footnote to the title with the `thankstext' command.}
\begin{aug}
\author{First Author\thanksref{t2}\ead[label=e1]{first@somewhere.com}},
\address{Address of the First Author,\\
\printead{e1}}
\author{Second Author\ead[label=e2]{second@somewhere.com}}
\address{Address of the Second authors,\\
\printead{e1,e2}}
\and
\author{Third Author
\ead[label=e3]{third@somewhere.com}%
\ead[label=u1,url]{http://www.foo.com}}
\address{Address of the Third author,\\
\printead{e3,u1}}
\thankstext{t2}{Footnote to the first author with the `thankstext' command.}
\runauthor{F. Author et al.}
\end{aug}
\begin{abstract}
...
\end{abstract}
\begin{keyword}[class=AMS]
\kwd[Primary ]{60K35}
\kwd{60K35}
\kwd[; secondary ]{60K35}
\end{keyword}
\begin{keyword}
\kwd{sample}
\kwd{\LaTeX}
\end{keyword}
\tableofcontents
\end{frontmatter}
Comments
- labels T1,t2 are used for thanks;
- labels e1,e2,e3,u1 are used to print electronic addresses. If
hyperref package is used, they will be made into hyperlinks;
Please send your comments or questions to Vytas Statulevicius, e-mail:
This page is prepared and supported by
VTeX UAB, Lithuania
Go to top of page
|