%
% Template file for an extended abstract submitted to the SECA V (2008)

\documentclass[11pt]{article}   % For Latex2e
\usepackage{amsthm, amsmath}   % For Latex2e
\textwidth=15.25cm \hoffset=-1cm \textheight=21cm

\theoremstyle{plain}
\newtheorem{theorem}{Theorem}[section]
\newtheorem{lemma}[theorem]{Lemma}
\newtheorem{proposition}[theorem]{Proposition}
\newtheorem{corollary}[theorem]{Corollary}

\theoremstyle{definition}
\newtheorem{definition}[theorem]{Definition}
\newtheorem{example}[theorem]{Example}

\theoremstyle{remark}

\newtheorem{remark}[theorem]{Remark}

\title{TITLE}
\author{Author 1 \and Author 2 \and etc ... }
\date{}

\begin{document}
\maketitle

\begin{abstract}
Abstract ...
\end{abstract}

\section*{Introduction}

This is the template file you have to use to prepare your manuscript
before its submission to the SECA V. You should substitute this text
by your own extended abstract of {\bf no more than 2 pages}
including bibliography. Put at the end your {\bf bibliography} and
the {\bf addresses of the authors}.

\section{Title of the first section}
Text of Section One ...

\section{Title of the second section}

Text of Section Two ...

\begin{definition}

Definition ...
\end{definition}

\begin{lemma}

Lemma ...
\end{lemma}

\begin{proposition}

Proposition ...

\end{proposition}


\begin{proof}
Proof ...
\end{proof}


\begin{theorem}

Theorem ...
\end{theorem}

\begin{example}

Example ...
\end{example}

\begin{corollary}

Corollary ...
\end{corollary}


\begin{remark}

Remark ...

\end{remark}

\section{Etc...}

\begin{thebibliography}{}

\end{thebibliography}





\end{document}

