%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%    TRANSGRESSIVE COMPUTING 2006            %% 
%%  A conference in honor of Jean Della Dora  %%
%%                                            %%
%%    TC-2006-muestra.tex                     %%
%%                                            %%
%%    Template for an article in English      %%       
%%                                            %%
%%    tc2006@orcca.on.ca                      %%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\documentclass[11pt]{article}   % For Latex2e
\usepackage{amsthm,amsmath}    % For Latex2e
\textwidth=6in
\hoffset=-1.3cm
\textheight=20.5cm

\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}
\newtheorem{algorithm}[theorem]{Algorithm}

\theoremstyle{remark}
\newtheorem{remark}[theorem]{Remark}

\renewenvironment{proof}{\noindent{\it Proof}.}{\qed}

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

\begin{document}
\thispagestyle{empty}
\maketitle 
\thispagestyle{empty}
\pagestyle{empty}

\begin{abstract}
Here goes the abstract of the paper.
\end{abstract}

\section*{Introduction}
This template is a model for publication in the proceedings of
{\em Transgressive Computing 2006}. Replace this text by your contribution
in English. The bibliography and author
informations should be located at the end of the document.

If you want to write your contribution in French or Spanish,
please use the appropriate templates from the
conference web site at {\tt http://www.orcca.on.ca/conferences/tc2006}.

\section{First section title}

\begin{definition}
Text of a definition.
\end{definition}

\begin{theorem}
Text of a theorem.
\end{theorem}

\begin{proof}
Text of a proof.
\end{proof}

\begin{remark}
Text of a remark.
\end{remark}


\section{Second section title}

\begin{definition}
Text of a definition.
\end{definition}

\begin{theorem}
Text of a theorem.
\end{theorem}

\begin{proof}
Text of a proof.
\end{proof}

\begin{remark}
Text of a remark.
\end{remark}


\section{Etc.}


\renewcommand\refname{References}
\begin{thebibliography}{99}
\bibitem{Martin2005} J. Martin. Things. 2005.
\bibitem{Martin2006} J. Martin. More things. 2006.
\end{thebibliography}

\bigskip

\begin{center}
Author 1\\
Laboratory 1\\
University 1\\
E-mail 1\\
Internet 1\\
\bigskip
Author 2\\
Laboratory 2\\
University 2\\
E-mail 2\\
Internet 2\\
\bigskip
\end{center}

\end{document}

