ectaart class introduces new environment frontmatter, where article
frontmatter elements are specified. Please notice that \author, \address commands could
be used multiple times. Commands \runtitle, \runauthor could be used to specify different
running heads. Commands \ead, \thanksref will be turned into hyperlinks if package hyperref
will be loaded.
Please notice that addresses will be printed before appendix or bibliography.
Additional commands are described there.
The LaTeX file will look as follows:
\documentclass[draft,dvips]{ectaart}
\RequirePackage{natbib}
\RequirePackage[colorlinks]{hyperref}
\RequirePackage{hypernat}
\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{\fnms{First} \snm{Author}\thanksref{t1,t2}\ead[label=e1]{first@somewhere.com}},
\author{\fnms{Second} \snm{Author}\thanksref{t3}\ead[label=e2]{second@somewhere.com}}
\and
\author{\fnms{Third} \snm{Author}
\ead[label=e3]{third@somewhere.com}
\ead[label=u1,url]{www.foo.com}}
\thankstext{t1}{Some comment}
\thankstext{t2}{First supporter of the project}
\thankstext{t3}{Second supporter of the project}
\runauthor{F. Author et al.}
\address{Address of the First and Second authors,
usually few lines long\\
\printead{e1,e2}}
\address{Address of the Third author,
usually few lines long,
usually few lines long\\
\printead{e3,u1}}
\end{aug}
\begin{abstract}
The abstract should summarize the contents of the paper.
\end{abstract}
\begin{keyword}
\kwd{sample}
\kwd{\LaTeXe}
\end{keyword}
\end{frontmatter}
\section{...}
\end{document}
The template is provided in the file ecta-advanced-template.tex.
Please send your comments or questions to
Vytas Statulevicius. E-mail:
This page is prepared and supported by
VTeX Ltd., Lithuania
Back to main page
|