% This is template.tex 
% for abstracts for Antalya Algebra Days XVI in 2014.  
% 
% The preamble attempts to provide 
% all needed packages and environments; 
% if you need others, please advise.

\documentclass[a4paper,twoside]{article}
\usepackage{amsthm,amsmath,amssymb,latexsym,url}

%The next two lines change the default paragraph style:

\setlength{\parindent}{0pt}
\setlength{\parskip}{1ex plus 0.5ex minus 0.2ex}

\newcommand{\spa}{.5cm}  % allows fine-tuning of some vertical spaces

\newcommand{\titleofpresentation}[1]{\begin{center}{\Large \bf #1}\\ 
\vspace{\spa}} 

\newcommand{\presenter}[1]{{\large #1}\end{center}}

\newcommand{\presenteraddress}[1]{{\it #1}}

\newcommand{\email}[1]{\textit{email:} \url{#1}}

\newcommand{\web}[1]{{\textit{web:} \url{#1}}}

\newenvironment{ourbiblio}[1]{\small \begin{thebibliography}{#1}}
{\end{thebibliography}\normalsize}

\newtheorem{theorem}{Theorem}
\newtheorem*{theorem*}{Theorem}  % unnumbered
\newtheorem{lemma}[theorem]{Lemma}
\newtheorem{corollary}[theorem]{Corollary}
\newtheorem*{corollary*}{Corollary}  % unnumbered
\newtheorem{proposition}[theorem]{Proposition}

\theoremstyle{definition}

\newtheorem*{definition}{Definition}

\renewcommand{\theequation}{\fnsymbol{equation}}

\begin{document}  

%  When you are satisfied with your abstract, please delete everything
%  up to this point, and also the closing line (\end{document}).

%  Put the relevent information between the braces below:

\titleofpresentation{}

\presenter{}  %  Name just one speaker, please; collaborators
			%  can be credited in the body of the abstract.

%  [Body of abstract goes here.]

\begin{ourbiblio}{99}  %  Delete this environment if you
		       %  aren't giving a bibliography.

\bibitem{yourname1} One paper, keyed to your name to avoid conflicts 
with other abstracts;

\bibitem{yourname2} Another paper;

\bibitem{yourname3} Etc.

\end{ourbiblio}

\presenteraddress{}  % The name of a university is fine.

\email{}

\web{}  % Those without homepages should delete this.

% Delete the next line when you are done.

\end{document}
