%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% TEMPLATE FILE FOR YAO 2009 ABSTRACTS
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% - Please check whether your file compiles correctly before submitting it.
% - In order for this file to compile, the revtex4 package is required. It is a
%   standard part of many LaTeX distributions so chances are you have it
%   installed anyway.
% - If not, follow the installation instructions for your latex distribution
%   at: http://authors.aps.org/revtex4/revtex4_faq.html
%	- Please don't use any other packages.
% - In particular, don't change the input encoding using "inputenc" but use 
%   LaTeX commands to create accents and umlauts (as in Schr\"{o}dinger). See 
%   http://en.wikibooks.org/wiki/LaTeX/Accents for reference.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\documentclass[superscriptaddress,aps]{revtex4}
\usepackage{graphicx}
\pagestyle{empty}
\begin{document}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% FRONT MATTER:
% Insert title, author, address in the following part.
% - Use \\ to generate line breaks in \title{}, \author{}, \address{}.
% - Add a seperate \author{} command for each author
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\title{How to prepare an abstract for the YAO 2009 conference}

% First the corresponding author (YOU), with email address and URL
\author{\underline{Corresponding Author}}
\email{youraddress@your.account}
\homepage{http://your.web.page.if.any}

% OPTIONAL: list your colleagues who have the same affiliation:
\author{Second Author}

% affiliation for all the authors listed above this point
\affiliation{Physics Department, University of The City \\
The Street, ZIP-code, Town, Country}

% OPTIONAL: other authors with different affiliations:
\author{Last Author}
\affiliation{this author lives and works somewhere else}

\maketitle


%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% ABSTRACT:
% Insert abstract text in the following part.
% - Follow the example for references and figures.
% - Use a blank line to start a new paragraph.
% - Maximum length of the abstract (including figures and references) is
%   one printed A4 page. Please check the length carefully!
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Abstracts for YAO 2009 must be prepared in \LaTeX{} according to the example at 
hand. For reference on the revtex4 document class please visit 
\url{http://authors.aps.org/revtex4}.

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% To include a figure adapt the following lines:
% - Don't forget to send the figure files as well!
% - JPEG and PDF image file formats ONLY!
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% \begin{figure}[h!]
%   \centering
%   \includegraphics{yourfigure.pdf} % JPEG or PDF!
%   \caption{Description}
% \end{figure}


%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% BIBLIOGRAPHY:
% Put the reference list in this part according to the example below (citation
% of a journal and a book, respectively)
% - Use e.g. \cite{Einstein} for citing in the text. 
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{thebibliography}{99}
\bibitem{Einstein} A.~Einstein, \emph{Phys. Z.} \textbf{18} 121 (1917).
\bibitem{Feynman} R.~Feynman, \textit{The Feynman Lectures on Physics}, (Addison-Wesley, Reading, 1966).
\end{thebibliography}


\end{document}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% That's it. Thanks & see you in Vienna!
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%





