%------------------------------------------------------------------------------
%
%
%
%                     ABSTRACT  FORM
%         ------------------------------------------
%
%  *        US - EUROPEAN CELESTIAL MECHANICS WORKSHOP          *
%
%    Adam Mickiewicz University, Poznan, Poland, 3-7 July 2000
%
%
%
%
%	ABSTRACT PATTERN (US - European Celestial Mechanics Workshop) 
%
%	E-mail of Local Organizing Committee:				    
%	wnuk@juno.astro.amu.edu.pl 
%
%	[LaTex 2e compatible]
%-------------------------------------------------------------------
%	Begin of abstract pattern 
%-------------------------------------------------------------------
\documentstyle{article}
%-------------------------------------------------------------------
\pagestyle{empty}
\voffset -2.0cm
\hoffset -1.5cm
\textwidth 16.0cm
\textheight 24.0cm
\def\title#1{\noindent \begin{center} \Large \bf #1
\end{center} }
\def\authors#1{\noindent \begin{center} \bf #1 \end{center}}
\def\inst#1#2#3{\begin{center} \it $^{#1}$#2 #3 \end{center}
\hspace{0cm}\\[-1.5cm]}
\def\abstract{\hspace{0cm}\\[1.0cm]}
\def\eofabstract{\hspace{0cm}\\[1.0cm]}
%-------------------------------------------------------------------
\begin{document}
%-------------------------------------------------------------------
%	Title, authors, adresses, E-mail's
%-------------------------------------------------------------------
\title{Title of abstract}
\authors{First Author$^1$, Second Author$^2$}
\inst{1}{Name of 1st institute, \\
Adress, Country.}{E-mail: first@author.email}
\inst{2}{Name of 2nd institute, \\
Adress, Country.}{E-mail: second@author.email}
\abstract
%-------------------------------------------------------------------
%	Please enter text of your abstract here!
%    (please do not exceed limit of about 300 words in abstract)
%-------------------------------------------------------------------

\eofabstract
\end{document}   
%-------------------------------------------------------------------
%End of abstract pattern 
%-------------------------------------------------------------------

