Just replace \documentclass{article} with \documentclass[draft]{ectaart}.
The command \address{} could be used to specify address, environment keyword to
list keywords. Please notice that address will be printed before appendix or bibliography.
The LaTeX file will look as follows:
\documentclass[draft]{ectaart}
\usepackage{natbib}
\begin{document}
\title{A Sample Document}
\author{First Author, Second Author and Third Author\thanks{Some thanks}}
\address{Address of the authors above,
usually few lines long\\
E-mail: {first,second}@somewhere.com}
\maketitle
\begin{abstract}
The abstract should summarize the contents of the paper.
\end{abstract}
\begin{keyword}
sample, LaTeXe
\end{keyword}
\section{...}
\end{document}
The template is provided in the file ecta-simple-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
|