|
|
Contents of a .zip file
Following files are included in the distribution:
imsart.cls
- document class file;
imsart.sty
- imsart package (it's loaded by imsart.cls);
lnms-template.tex
- topmatter template;
lnms-sample.tex
- journal sample article;
lnms-sample.pdf
- journal sample article(pdf file);
|
|
Setup
- unpack .zip file;
- install
imsart.cls and imsart.sty in your TeX system (suggested directory: imsart);
- use the file
lnms-template.tex to start your LNMS article as a template;
- use the file
lnms-sample.tex as a reference for how to prepare a frontmatter of your article;
Simplest usage of imsart package
The simplest (but not recommended) way to use imsart package is to replace line
\documentclass{article}
with
\documentclass[lnms]{imsart}
in your LaTeX document.
Recomended usage of imsart package
Use lnms-template.tex as a template. The preamble of your Latex document should look like this:
\documentclass[lnms]{imsart}
\pubyear{2006}
\volume{0}
\volumetitle{Volume Title}
\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{a,t2}\ead[label=e1]{first@somewhere.com}},
\author{Second Author\thanksref{a}\ead[label=e2]{second@somewhere.com}}
\and
\author{Third Author\thanksref{b}%
\ead[label=e3]{third@somewhere.com}%
\ead[label=u1,url]{http://www.foo.com}}
\thankstext{t2}{Footnote to the first author with the `thankstext' command.}
\runauthor{F. Author et al.}
\affiliation{Some University and Another University}
\address[a]{Address of the First and Second authors, \printead{e1,e2}}
\address[b]{Address of the Third author, \printead{e3,u1}}
\contributor{Author, F.}{Some University}
\contributor{Author, S.}{Some University}
\contributor{Author, T.}{Another University}
\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{\LaTeXe}
\end{keyword}
%\tableofcontents
\end{frontmatter}
Comments
- option
preprint must be used to produce the final version:
\documentclass[lnms,preprint]{imsart};
- labels a,b are used to connect authors with addresses;
- 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;
\contribution command is used to produce a List of Contributors for the entire LNMS volume;
Please send your comments or questions to
Vytas Statulevicius. E-mail:
This page is prepared and supported by
VTeX Ltd., Lithuania
Back to the main page
|