% Example for the WEWoRC 2005,2007 workshop
% Version 0.93, 2007-01-20
% For questions, please contact its author
% Christopher Wolf, ESAT-COSIC
% chris AT Christopher-Wolf DOT de 
% Christopher DOT Wolf AT esat DOT kuleuven DOT be

\documentclass[11pt]{article}
% Please do not include other packages without
% contacting the author - they may lead to problems
% when incorporating all files into one document
% the same goes for new commands: please do not add 
% them without first asking!
\usepackage{amsmath,amsfonts,amssymb,epsfig}
\usepackage{url}
\usepackage{fullpage}
\usepackage{ifthen}
\usepackage{graphics}


% Internal commands
\newcommand{\uniqueID}[1]{\label{#1}}
\renewcommand{\title}[1]{\begin{center}\Large#1\end{center}}
\renewcommand{\author}[1]{\begin{center}#1\end{center}}
\newcommand{\affiliation}[1]{\begin{center}#1\end{center}}
\newcommand{\affil}[1]{\ensuremath{^{#1}}}
\newcommand{\keywords}[1]{\\[0.5cm]\textbf{Keywords.} #1}
\newcommand{\newArticle}{
  \newpage
  \setcounter{section}{0}
  \setcounter{figure}{0}
  \setcounter{table}{0}
}

% predefined commands - may be used in the article
\renewcommand\figurename{\centering\footnotesize Figure}
\renewcommand\tablename{\centering\footnotesize Table}

\newcommand{\ie}{\emph{i.e.}}
\newcommand{\eg}{\emph{e.g.}}
\newcommand{\etAl}{\emph{et al.}}

% More mathematical notation
\newcommand{\Ff}{\ensuremath{\mathbb{F}}}
\newcommand{\Ee}{\ensuremath{\mathbb{E}}}
\newcommand{\Nn}{\ensuremath{\mathbb{N}}}
\newcommand{\Rr}{\ensuremath{\mathbb{R}}}
\newcommand{\Zz}{\ensuremath{\mathbb{Z}}}
\newcommand{\CP}{\ensuremath{\mathcal{P}}}
\newcommand{\MQ}{\ensuremath{\mathcal{MQ}}}
\newcommand{\MulQuad}{\ensuremath{\mathcal{M}}ulti\-vari\-ate \ensuremath{\mathcal{Q}}ua\-dra\-tic}
\newcommand{\NP}{\ensuremath{\mathcal{NP}}}
\newcommand{\eop}{\hspace*{\fill}$\Box$}

% Mathematical notation
\newtheorem{theorem}{\bf Theorem}[section]
\newtheorem{lemma}[theorem]{\bf Lemma}
\newtheorem{corollary}[theorem]{\bf Corollary}
\newtheorem{example}[theorem]{\sc Example}
\newtheorem{definition}[theorem]{\sc Definition}
\newtheorem{conjecture}[theorem]{\sc Conjecture}
\newenvironment{proof}{{\sc Proof.}}{\hspace*{\fill}$\Box$\par\vspace{4mm}}
\newenvironment{remark}{\textbf{Remark.}}{}

% Define your own commands here - so it is easier for us to compile the final 
% version of the conference records

\begin{document}
\uniqueID{yourArticle}

\title{Here goes the Title}
\author{Here goes the name}
\index{FamilyName, FirstName} % Please one \index-command per author
\affiliation{
  Institution\\
  \url{URL} \\
  \url{eMail} \\
}
\abstract{
  Abstract
}
\keywords{Keywords}

\section{First Section}
Here goes some text.

\section{Second Section}
And more text.

\begin{thebibliography}{\hspace{1cm}}
    \bibitem[AB01]{yourArticle:Alice:Bo:01}
    Alice and Bob, 2001.
\end{thebibliography}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% End of the your article
% Please make changes only above this area!
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\end{document}


